summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_local.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-05-25 12:57:06 -0400
committerPauli <pauli@openssl.org>2021-06-02 12:40:02 +1000
commitff234c6804571b70bc02ff44df1f42c4a3fe5cf1 (patch)
treef1aa015ec3bcc612ed7be498fda2925ed7a83359 /crypto/conf/conf_local.h
parent147ed5f9def86840c9f6ba512e63a890d58ac1d6 (diff)
Make conf_method_st and conf_st deprecated
So they can be made opaque in a future release. Fixes #15101 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15466)
Diffstat (limited to 'crypto/conf/conf_local.h')
-rw-r--r--crypto/conf/conf_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/conf/conf_local.h b/crypto/conf/conf_local.h
index 1ee8424c50..f3b16f1138 100644
--- a/crypto/conf/conf_local.h
+++ b/crypto/conf/conf_local.h
@@ -7,4 +7,5 @@
* https://www.openssl.org/source/license.html
*/
+#include <openssl/conftypes.h>
void ossl_config_add_ssl_module(void);