summaryrefslogtreecommitdiffstats
path: root/providers/implementations/asymciphers
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-06-03 15:22:05 +0200
committerTomas Mraz <tomas@openssl.org>2021-06-04 17:06:47 +0200
commit085e3cecbdadde10e93abfb4dbd3e865aeed58d6 (patch)
treefdb56464e81404811e5254b8953bb6b83b70a139 /providers/implementations/asymciphers
parent51cda01c61870c2433fbbd54d69f2267362ea608 (diff)
Move libssl related defines used by fips provider to prov_ssl.h
This nicely reduces the number of files considered as fips provider sources. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15609)
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 7b534e76ed..ce5ddff651 100644
--- a/providers/implementations/asymciphers/rsa_enc.c
+++ b/providers/implementations/asymciphers/rsa_enc.c
@@ -22,7 +22,7 @@
#include <openssl/err.h>
#include <openssl/proverr.h>
/* Just for SSL_MAX_MASTER_KEY_LENGTH */
-#include <openssl/ssl.h>
+#include <openssl/prov_ssl.h>
#include "internal/constant_time.h"
#include "internal/sizes.h"
#include "crypto/rsa.h"