aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-01 14:49:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-01 14:49:30 +0000
commit3f7468318dc56f34e1c5e98049b70558fea586b0 (patch)
treeeb68b679d96b456c0fd11f5d5c8e176c9d86e8e7 /crypto/crypto.h
parent011c865640fb6edd3e810326a2c331b29759e87d (diff)
downloadopenssl-3f7468318dc56f34e1c5e98049b70558fea586b0.tar.gz
Provisional support for auto called OPENSSL_init() function. This can be
used to set up any appropriate functions such as FIPS callbacks without requiring an explicit application call.
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r--crypto/crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h
index 443486d70e..469790d7a9 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -560,6 +560,8 @@ unsigned int *OPENSSL_ia32cap_loc(void);
#define OPENSSL_ia32cap ((OPENSSL_ia32cap_loc())[0])
int OPENSSL_isservice(void);
+void OPENSSL_init(void);
+
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.