summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_api.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_api.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_api.c')
-rw-r--r--crypto/conf/conf_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/conf/conf_api.c b/crypto/conf/conf_api.c
index 41a09c42bc..e4e305c714 100644
--- a/crypto/conf/conf_api.c
+++ b/crypto/conf/conf_api.c
@@ -15,6 +15,7 @@
#include <string.h>
#include <openssl/conf.h>
#include <openssl/conf_api.h>
+#include "conf_local.h"
static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf);
static void value_free_stack_doall(CONF_VALUE *a);