X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=ssl%2Fssl.h;h=8eb8431c35b27795f3b9a06dca5e09b605168e0e;hb=92c78463720f71e47c251ffa58493e32cd793e13;hp=a1a3e13954a4ac17b2c7fa9c3687f0d325b6ceb0;hpb=0cfefe4b6dcc6947c236b0f10a7f9e2f02273075;p=openssl.git diff --git a/ssl/ssl.h b/ssl/ssl.h index a1a3e13954..8eb8431c35 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -2083,11 +2083,9 @@ 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_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