Deprecate the macro MAC_OS_pre_X.
This commit is contained in:
parent
025c7737b2
commit
a3faebd104
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user