From 24ad061037e0688cd15c0ab3ca9fc1cf02ebb371 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 5 Sep 2011 09:52:58 +0000 Subject: [PATCH] Move OPENSSL_init declaration out of auto-generated code section (it is not auto-generated). --- crypto/crypto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/crypto.h b/crypto/crypto.h index 0e4fb0723c..fc1374fad5 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -588,15 +588,15 @@ int OPENSSL_isservice(void); #endif /* def OPENSSL_FIPS */ +#define OPENSSL_HAVE_INIT 1 +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. */ void ERR_load_CRYPTO_strings(void); -#define OPENSSL_HAVE_INIT 1 -void OPENSSL_init(void); - /* Error codes for the CRYPTO functions. */ /* Function codes. */ -- 2.25.1