mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 13:26:43 +08:00
Avoid including decoder/encoder/store headers into fips module
Fixes #18618 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18630)
This commit is contained in:
parent
665ab12ed3
commit
b07db93f6b
@ -15,10 +15,12 @@
|
||||
#include <openssl/params.h>
|
||||
#include <openssl/opensslv.h>
|
||||
#include "crypto/cryptlib.h"
|
||||
#ifndef FIPS_MODULE
|
||||
#include "crypto/decoder.h" /* ossl_decoder_store_cache_flush */
|
||||
#include "crypto/encoder.h" /* ossl_encoder_store_cache_flush */
|
||||
#include "crypto/evp.h" /* evp_method_store_cache_flush */
|
||||
#include "crypto/store.h" /* ossl_store_loader_store_cache_flush */
|
||||
#endif
|
||||
#include "crypto/evp.h" /* evp_method_store_cache_flush */
|
||||
#include "crypto/rand.h"
|
||||
#include "internal/nelem.h"
|
||||
#include "internal/thread_once.h"
|
||||
|
Loading…
Reference in New Issue
Block a user