You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
312 B
14 lines
312 B
4 months ago
|
--- serf-1.3.9/buckets/ssl_buckets.c.errgetfunc
|
||
|
+++ serf-1.3.9/buckets/ssl_buckets.c
|
||
|
@@ -1204,6 +1204,10 @@
|
||
|
}
|
||
|
}
|
||
|
|
||
|
+#ifndef ERR_GET_FUNC
|
||
|
+#define ERR_GET_FUNC(ec) (0)
|
||
|
+#endif
|
||
|
+
|
||
|
static int ssl_need_client_cert(SSL *ssl, X509 **cert, EVP_PKEY **pkey)
|
||
|
{
|
||
|
serf_ssl_context_t *ctx = SSL_get_app_data(ssl);
|