aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-01 15:46:03 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-01 15:46:03 +0000
commitc4acfb1fd049f52fb074b103be01cab5cf5c04f8 (patch)
tree71bdfa6dc516553d2cefea531d8aa2591dc60357 /crypto/crypto.h
parent3f7468318dc56f34e1c5e98049b70558fea586b0 (diff)
downloadopenssl-c4acfb1fd049f52fb074b103be01cab5cf5c04f8.tar.gz
Add additional OPENSSL_init() handling add dummy call to (hopefully)
ensure OPENSSL_init() is always linked into an application.
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 469790d7a9..443486d70e 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -560,8 +560,6 @@ 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.