summaryrefslogtreecommitdiffstats
path: root/include/crypto/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/types.h')
-rw-r--r--include/crypto/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/crypto/types.h b/include/crypto/types.h
index ccb75e3cbf..e6e90d6177 100644
--- a/include/crypto/types.h
+++ b/include/crypto/types.h
@@ -12,5 +12,6 @@
#ifdef OPENSSL_NO_DEPRECATED_3_0
typedef struct rsa_st RSA;
typedef struct rsa_meth_st RSA_METHOD;
+typedef struct ec_key_st EC_KEY;
+typedef struct ec_key_method_st EC_KEY_METHOD;
#endif
-