diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 11:23:44 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:09:45 +0200 |
commit | e6623cfbffcc03e2483632359e005ca13adacc9d (patch) | |
tree | 64caba9fa625624f304162011a54a55b09b0ad41 /ssl/s3_lib.c | |
parent | Fix safestack issues in ssl.h (diff) | |
download | openssl-e6623cfbffcc03e2483632359e005ca13adacc9d.tar.xz openssl-e6623cfbffcc03e2483632359e005ca13adacc9d.zip |
Fix safestack issues in x509.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 'ssl/s3_lib.c')
-rw-r--r-- | ssl/s3_lib.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c index c49f2118ca..88bab0edc4 100644 --- a/ssl/s3_lib.c +++ b/ssl/s3_lib.c @@ -20,9 +20,6 @@ #include <openssl/x509v3.h> #include "internal/cryptlib.h" -DEFINE_STACK_OF(X509_NAME) -DEFINE_STACK_OF(X509) - #define TLS13_NUM_CIPHERS OSSL_NELEM(tls13_ciphers) #define SSL3_NUM_CIPHERS OSSL_NELEM(ssl3_ciphers) #define SSL3_NUM_SCSVS OSSL_NELEM(ssl3_scsvs) |