diff -Naurp SOPE-orig/sope-core/NGStreams/NGActiveSSLSocket.m SOPE/sope-core/NGStreams/NGActiveSSLSocket.m
--- SOPE-orig/sope-core/NGStreams/NGActiveSSLSocket.m	2018-10-10 23:02:55.886959720 -0500
+++ SOPE/sope-core/NGStreams/NGActiveSSLSocket.m	2018-10-10 23:14:00.079065658 -0500
@@ -216,13 +216,15 @@ static BIO_METHOD streamBIO = {
   if ((self = [super initWithDomain:_domain])) {
     //BIO *bio_err;
     static BOOL didGlobalInit = NO;
-    
+
+#if (OPENSSL_VERSION >= 0x01010001f)
     if (!didGlobalInit) {
       /* Global system initialization*/
       SSL_library_init();
       SSL_load_error_strings();
       didGlobalInit = YES;
     }
+#endif /* OPENSSL_VERSION >= 0x01010001f */
 
     /* An error write context */
     //bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
