aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-26 13:59:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-26 13:59:32 +0000
commit8c02119e391a6b723da94ade51a7bf085130fc55 (patch)
tree06cc0fe13868ae3e074242b56c5b0e9608e06596 /crypto/crypto.h
parentca9f55f710febbacc47a35f23d94bf2e0c0736c2 (diff)
downloadopenssl-8c02119e391a6b723da94ade51a7bf085130fc55.tar.gz
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 fd7d3851d1..5089c65882 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -545,9 +545,7 @@ void OpenSSLDie(const char *file,int line,const char *assertion);
unsigned int *OPENSSL_ia32cap_loc(void);
#define OPENSSL_ia32cap ((OPENSSL_ia32cap_loc())[0])
-#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