summaryrefslogtreecommitdiffstats
path: root/crypto/cmp/cmp_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cmp/cmp_http.c')
-rw-r--r--crypto/cmp/cmp_http.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/cmp/cmp_http.c b/crypto/cmp/cmp_http.c
index 6b3849fcc1..4c9f542b49 100644
--- a/crypto/cmp/cmp_http.c
+++ b/crypto/cmp/cmp_http.c
@@ -28,6 +28,8 @@
#include <openssl/cmp.h>
#include <openssl/err.h>
+DEFINE_STACK_OF(CONF_VALUE)
+
/*
* Send the PKIMessage req and on success return the response, else NULL.
* Any previous error queue entries will likely be removed by ERR_clear_error().