The OID sanity check was incorrect. It should only disallow *leading* 0x80
[openssl.git] / crypto / crypto.h
index 776b434e16685a9f0456db5417b876844a1d8bc4..b0360cec5140cf5f44946983e7ed3a67604ac832 100644 (file)
@@ -545,9 +545,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