summaryrefslogtreecommitdiffstats
path: root/providers/implementations/asymciphers
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-09-04 17:55:28 +1000
committerMatt Caswell <matt@openssl.org>2020-09-18 14:20:39 +0100
commit7a810fac866c6c1d93015999633ee2a29f17b3d2 (patch)
tree5d66eb98a8120b53d5f916735864096d003fb180 /providers/implementations/asymciphers
parent850a485f252e6a6b04734308451e2c64f39b0457 (diff)
Add 'fips-securitychecks' option and plumb this into the actual fips checks
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12745)
Diffstat (limited to 'providers/implementations/asymciphers')
-rw-r--r--providers/implementations/asymciphers/rsa_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/asymciphers/rsa_enc.c b/providers/implementations/asymciphers/rsa_enc.c
index 437d7c5de9..199edbbaed 100644
--- a/providers/implementations/asymciphers/rsa_enc.c
+++ b/providers/implementations/asymciphers/rsa_enc.c
@@ -29,7 +29,7 @@
#include "prov/provider_ctx.h"
#include "prov/implementations.h"
#include "prov/providercommon.h"
-#include "prov/check.h"
+#include "prov/securitycheck.h"
#include <stdlib.h>