summaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-26 13:58:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-26 13:58:49 +0000
commitb2a7515ee825b97848882e6c840b24850fd18d2c (patch)
tree72180dfa5f545bac324c2feeaae0a5b3fdbdff87 /crypto/crypto.h
parentf4f2b52995032bcb9b19fc95bc6e136acffa5453 (diff)
OPENSSL_isservice is now defined on all platforms not just WIN32
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r--crypto/crypto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h
index 776b434e16..b0360cec51 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -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