summaryrefslogtreecommitdiff
path: root/providers/common/include/prov/securitycheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'providers/common/include/prov/securitycheck.h')
-rw-r--r--providers/common/include/prov/securitycheck.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/providers/common/include/prov/securitycheck.h b/providers/common/include/prov/securitycheck.h
index 8ab3370263..a9e69c8a29 100644
--- a/providers/common/include/prov/securitycheck.h
+++ b/providers/common/include/prov/securitycheck.h
@@ -7,6 +7,8 @@
* https://www.openssl.org/source/license.html
*/
+#include "crypto/types.h"
+
/* Functions that are common */
int ossl_rsa_check_key(const RSA *rsa, int protect);
int ec_check_key(const EC_KEY *ec, int protect);