ext/ssl.h in eventmachine-0.5.1 vs ext/ssl.h in eventmachine-0.5.2

- old
+ new

@@ -1,8 +1,8 @@ /***************************************************************************** -$Id: ssl.h 2421 2006-04-29 23:48:49Z francis $ +$Id: ssl.h 2473 2006-05-11 06:37:31Z francis $ File: ssl.h Date: 30Apr06 Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. @@ -29,10 +29,11 @@ #define __SslBox__H_ +#ifdef WITH_SSL /****************** class SslContext_t ******************/ @@ -83,10 +84,10 @@ BIO *pbioRead; BIO *pbioWrite; PageList OutboundQ; }; - +#endif // WITH_SSL #endif // __SslBox__H_