summaryrefslogtreecommitdiffstats
path: root/include/crypto/types.h
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-02-03 14:57:04 +0100
committerTomas Mraz <tomas@openssl.org>2023-02-08 08:50:31 +0100
commit03fd2dcb3431898e54e24b3021e9106257e0fdf0 (patch)
tree245228a1ffb77a4e0045b8d228b1188c86a25223 /include/crypto/types.h
parent4072a762664020524f536361a6de43e8de19a4f8 (diff)
Internaly declare the DSA type for no-deprecated builds
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit 7a21a1b5fa2dac438892cf3292d1f9c445d870d9) (cherry picked from commit 2ad9928170768653d19d81881deabc5f9c1665c0)
Diffstat (limited to 'include/crypto/types.h')
-rw-r--r--include/crypto/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/crypto/types.h b/include/crypto/types.h
index 0d81404091..0a75f03a3f 100644
--- a/include/crypto/types.h
+++ b/include/crypto/types.h
@@ -20,6 +20,9 @@ typedef struct rsa_meth_st RSA_METHOD;
typedef struct ec_key_st EC_KEY;
typedef struct ec_key_method_st EC_KEY_METHOD;
# endif
+# ifndef OPENSSL_NO_DSA
+typedef struct dsa_st DSA;
+# endif
# endif
# ifndef OPENSSL_NO_EC