From 3593266d1c924ea595a1074e78381890f964392c Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 10 Apr 2019 15:01:40 +0100 Subject: Make core code available within the FIPS module Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/8728) --- crypto/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/context.c') diff --git a/crypto/context.c b/crypto/context.c index be2d348fec..7a976c0270 100644 --- a/crypto/context.c +++ b/crypto/context.c @@ -36,10 +36,10 @@ struct openssl_ctx_st { #ifndef FIPS_MODE static OPENSSL_CTX default_context_int; -#endif /* Always points at default_context_int if it has been initialised */ static OPENSSL_CTX *default_context = NULL; +#endif static int context_init(OPENSSL_CTX *ctx) { -- cgit v1.2.3