From: Ben Laurie Date: Sat, 7 Jun 2008 17:22:37 +0000 (+0000) Subject: OPENSSL_isservice() is defined on all platforms. X-Git-Tag: OpenSSL_0_9_8i~47 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f113bb9f4ed15923f9bea75614390989f1ee5d14;p=oweals%2Fopenssl.git OPENSSL_isservice() is defined on all platforms. --- diff --git a/crypto/crypto.h b/crypto/crypto.h index dd041198e6..fe2c1d6403 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -521,9 +521,7 @@ void OpenSSLDie(const char *file,int line,const char *assertion); unsigned long *OPENSSL_ia32cap_loc(void); #define OPENSSL_ia32cap (*(OPENSSL_ia32cap_loc())) -#ifdef OPENSSL_SYS_WIN32 int OPENSSL_isservice(void); -#endif /* BEGIN ERROR CODES */ /* The following lines are auto generated by the script mkerr.pl. Any changes