git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92881
13f79535-47bb-0310-9956-
ffa450edef68
bio_bucket_ctrl,
bio_bucket_new,
bio_bucket_free,
- NULL,
+#ifdef OPENSSL_VERSION_NUMBER
+ NULL /* sslc does not have the callback_ctrl field */
+#endif
};
static BIO_METHOD *BIO_s_bucket(void)
NULL, /* ctrl is never called */
bio_bucket_new,
bio_bucket_free,
- NULL,
+#ifdef OPENSSL_VERSION_NUMBER
+ NULL /* sslc does not have the callback_ctrl field */
+#endif
};
static BIO_METHOD *BIO_s_in_bucket(void)