summaryrefslogtreecommitdiffstats
path: root/crypto/o_init.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-03-25 12:17:17 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-03-25 12:17:17 +0000
commitea5b3f5e6256c2f65931fb9e3ab9734a90ac06ab (patch)
treebf28091b3524336214b351747f2ffa77b4a0dab7 /crypto/o_init.c
parentc3c658e1c0f75dee4b14dd3aca54297b87519b59 (diff)
PR: 2202 (partial)
Submitted by: Steven M. Schweda <sms@antinode.info> Make some declarations conditional on FIPS/ENGINE. Make pqueue_print non-VAX.
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 2a5f5aac76..d767a90a5f 100644
--- a/crypto/o_init.c
+++ b/crypto/o_init.c
@@ -58,11 +58,16 @@
#include <e_os.h>
#include <openssl/err.h>
+
/* Internal only functions: only ever used here */
+#ifdef OPENSSL_FIPS
extern void int_ERR_lib_init(void);
+# ifndef OPENSSL_NO_ENGINE
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 );
+# endif
+#endif
/* Perform any essential OpenSSL initialization operations.
* Currently only sets FIPS callbacks