From: Richard Levitte Date: Wed, 24 Oct 2001 15:32:53 +0000 (+0000) Subject: Deprecate the macro MAC_OS_pre_X. X-Git-Tag: OpenSSL_0_9_6c~26^2~101 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=a3faebd1041576a59bffe01bbd2c68495870ec5e Deprecate the macro MAC_OS_pre_X. --- diff --git a/ssl/ssl.h b/ssl/ssl.h index 541f4945f4..b366281e8e 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -1125,7 +1125,7 @@ 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 MAC_OX_pre_X +#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 diff --git a/ssl/ssl_cert.c b/ssl/ssl_cert.c index cf7102bdc2..d78584715a 100644 --- a/ssl/ssl_cert.c +++ b/ssl/ssl_cert.c @@ -728,7 +728,7 @@ err: #ifndef OPENSSL_SYS_WIN32 #ifndef OPENSSL_SYS_VMS /* XXXX This may be fixed in the future */ -#ifndef MAC_OS_pre_X +#ifndef OPENSSL_SYS_MACINTOSH_CLASSIC /* XXXXX: Better scheme needed! */ int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack, const char *dir)