summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-09-24 12:18:19 -0400
committerRich Salz <rsalz@openssl.org>2014-09-24 18:07:29 -0400
commit92c78463720f71e47c251ffa58493e32cd793e13 (patch)
tree45b240a3c720a19f5e1767998b8c6d7d42cfb4b5 /ssl
parent4aac102f75b517bdb56b1bcfd0a856052d559f6e (diff)
RT3544: Remove MWERKS support
The following #ifdef tests were all removed: __MWERKS__ MAC_OS_pre_X MAC_OS_GUSI_SOURCE MAC_OS_pre_X OPENSSL_SYS_MACINTOSH_CLASSIC OPENSSL_SYS_MACOSX_RHAPSODY Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl.h2
1 files changed, 0 insertions, 2 deletions
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