diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 16:45:01 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:10:41 +0200 |
commit | 98c35dc48d36664c404fec2e12ce405ac0fbecc0 (patch) | |
tree | 8bfc1804c0714c88410608ef3e48f7f01d3fdd92 /test/cmp_vfy_test.c | |
parent | Fix safestack issues in x509_vfy.h (diff) | |
download | openssl-98c35dc48d36664c404fec2e12ce405ac0fbecc0.tar.xz openssl-98c35dc48d36664c404fec2e12ce405ac0fbecc0.zip |
Fix safestack issues in crmf.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 'test/cmp_vfy_test.c')
-rw-r--r-- | test/cmp_vfy_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cmp_vfy_test.c b/test/cmp_vfy_test.c index 93d57dd8bb..0559ec47c3 100644 --- a/test/cmp_vfy_test.c +++ b/test/cmp_vfy_test.c @@ -11,7 +11,6 @@ #include "cmp_testlib.h" #include "../crypto/crmf/crmf_local.h" /* for manipulating POPO signature */ -DEFINE_STACK_OF(OSSL_CRMF_MSG) static const char *server_f; static const char *client_f; |