summaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-26 13:55:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-26 13:55:33 +0000
commitc7d5edbf5e58aa65a1b0edbdfd41d1e48c24213a (patch)
tree71a1922ea80c549e574a263dfa03040d468849c6 /crypto/crypto.h
parentd8f07f16747d19b2cb43bba9a78e87b75c2cefc9 (diff)
export OPENSSL_isservice and make update
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r--crypto/crypto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h
index ff09bc5fb4..776b434e16 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -545,6 +545,9 @@ 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