Commit b45d50cc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Nah, ignore the OS define in here. This is being included by ares and it

certainly doesn't need the OS define.
parent 78e0ba82
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -112,10 +112,6 @@ typedef unsigned char bool;
#include <floss.h>
#endif

#ifndef OS
#error "There is no OS string defined!"
#endif

#if defined(HAVE_X509_H) && defined(HAVE_SSL_H) && defined(HAVE_RSA_H) && \
defined(HAVE_PEM_H) && defined(HAVE_ERR_H) && defined(HAVE_CRYPTO_H) && \
defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)