X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_cert.c;h=ace164f673bf7d8c7841282151b2b983f9981d4b;hp=e6262bfaeb2809e9036b4562ef22a0526037e574;hb=e6623cfbffcc03e2483632359e005ca13adacc9d;hpb=6ac1cd10ba8a1d92d3858e53a7aea2cf444adf26 diff --git a/ssl/ssl_cert.c b/ssl/ssl_cert.c index e6262bfaeb..ace164f673 100644 --- a/ssl/ssl_cert.c +++ b/ssl/ssl_cert.c @@ -25,9 +25,6 @@ #include "ssl_cert_table.h" #include "internal/thread_once.h" -DEFINE_STACK_OF(X509) -DEFINE_STACK_OF(X509_NAME) - static int ssl_security_default_callback(const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, void *other, void *ex);