Add OpenSSL portability layer
[folly.git] / folly / io / async / test / AsyncSSLSocketTest.h
index ecf3aa514c2de03e54e79cbb46cfe898654507b2..1cf0c910f4282cfda656f91e2e4f7e6835bbc347 100644 (file)
@@ -683,6 +683,7 @@ class TestSSLAsyncCacheServer : public TestSSLServer {
                                          int* copyflag) {
     *copyflag = 0;
     asyncCallbacks_++;
+    (void)ssl;
 #ifdef SSL_ERROR_WANT_SESS_CACHE_LOOKUP
     if (!SSL_want_sess_cache_lookup(ssl)) {
       // libssl.so mismatch