Skip to content
Snippets Groups Projects
Commit 001f6650 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

test should be for APPLE only.

git-svn-id: http://root.cern.ch/svn/root/trunk@32683 27541ba8-7e3a-0410-8455-c3a389f83636
parent 67d433a8
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
#define PEM_write_SSL_SESSION(fp,x) PEM_ASN1_write((int (*)(void*, unsigned char**))i2d_SSL_SESSION, PEM_STRING_SSL_SESSION,fp, (char *)x, NULL,NULL,0,NULL,NULL) #define PEM_write_SSL_SESSION(fp,x) PEM_ASN1_write((int (*)(void*, unsigned char**))i2d_SSL_SESSION, PEM_STRING_SSL_SESSION,fp, (char *)x, NULL,NULL,0,NULL,NULL)
#endif #endif
#ifndef MAC_OS_X_VERSION_10_5 #if defined(__APPLE__) && !defined(MAC_OS_X_VERSION_10_5)
#undef PEM_read_SSL_SESSION #undef PEM_read_SSL_SESSION
#undef PEM_write_SSL_SESSION #undef PEM_write_SSL_SESSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment