X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl.h;h=466b8a712281f9fd0d28c9d38e84d012fadc3bd6;hp=5177a8a126309e1c6d33f25e71dc1059cff13fcb;hb=0e9035ac98383d5758a4376ddde4aafdb3162b85;hpb=4e5d3a7f986c8ade22793a848e95447fafafece0;ds=inline diff --git a/ssl/ssl.h b/ssl/ssl.h index 5177a8a126..466b8a7122 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -1241,14 +1241,12 @@ int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file); /* PEM t STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file); int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, const char *file); -#ifndef OPENSSL_SYS_WIN32 #ifndef OPENSSL_SYS_VMS #ifndef OPENSSL_SYS_MACINTOSH_CLASSIC /* XXXXX: Better scheme needed! [was: #ifndef MAC_OS_pre_X] */ int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, const char *dir); #endif #endif -#endif #endif