OPENSSL_isservice() is defined on all platforms.

This commit is contained in:
Ben Laurie 2008-06-07 17:22:37 +00:00
parent 4681147bb3
commit f113bb9f4e

View file

@ -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