diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 17:14:28 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:11:20 +0200 |
commit | e74e562f1c518839cc9b63aafd4af6644e01d9ca (patch) | |
tree | ed8d2cc7f428c78fd9fc3456bafcce76e346d739 /crypto/cmp | |
parent | Fix safestack issues in bio.h (diff) | |
download | openssl-e74e562f1c518839cc9b63aafd4af6644e01d9ca.tar.xz openssl-e74e562f1c518839cc9b63aafd4af6644e01d9ca.zip |
Fix safestack issues in conf.h
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12781)
Diffstat (limited to 'crypto/cmp')
-rw-r--r-- | crypto/cmp/cmp_http.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/cmp/cmp_http.c b/crypto/cmp/cmp_http.c index f3cd06fb23..33b5f6af7a 100644 --- a/crypto/cmp/cmp_http.c +++ b/crypto/cmp/cmp_http.c @@ -28,8 +28,6 @@ #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(). |