summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_lib.c
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_lib.c
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_lib.c')
-rw-r--r--crypto/conf/conf_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/conf/conf_lib.c b/crypto/conf/conf_lib.c
index 1f106d8c07..99a33765ad 100644
--- a/crypto/conf/conf_lib.c
+++ b/crypto/conf/conf_lib.c
@@ -16,6 +16,7 @@
#include <openssl/err.h>
#include <openssl/conf.h>
#include <openssl/conf_api.h>
+#include "conf_local.h"
#include <openssl/lhash.h>
static CONF_METHOD *default_CONF_method = NULL;