summaryrefslogtreecommitdiffstats
path: root/crypto/o_init.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-27 13:21:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-27 13:21:34 +0000
commitb3fb2492d557bcb59c392ec791ce08887b63383b (patch)
treef15dacea91b30e1a349e96a02338849c9459448c /crypto/o_init.c
parent93b810637b4d96ed2a6021b4a334820ba84dad0c (diff)
eliminate some warnings in fips build
Diffstat (limited to 'crypto/o_init.c')
-rw-r--r--crypto/o_init.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/o_init.c b/crypto/o_init.c
index e4414e8d86..2a5f5aac76 100644
--- a/crypto/o_init.c
+++ b/crypto/o_init.c
@@ -58,6 +58,11 @@
#include <e_os.h>
#include <openssl/err.h>
+/* Internal only functions: only ever used here */
+extern void int_ERR_lib_init(void);
+extern void int_EVP_MD_init_engine_callbacks(void );
+extern void int_EVP_CIPHER_init_engine_callbacks(void );
+extern void int_RAND_init_engine_callbacks(void );
/* Perform any essential OpenSSL initialization operations.
* Currently only sets FIPS callbacks