repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
23.1.0-1
[arch-packages.git]
/
serf
/
trunk
/
openssl3-ERR_GET_FUNC.patch
blob
c5ac4a6aee13a83b587d116f423fd5c4c65eb2c9
1
--- serf-1.3.9/buckets/ssl_buckets.c.errgetfunc
2
+++ serf-1.3.9/buckets/ssl_buckets.c
3
@@ -1204,6 +1204,10 @@
4
}
5
}
6
7
+#ifndef ERR_GET_FUNC
8
+#define ERR_GET_FUNC(ec) (0)
9
+#endif
10
+
11
static int ssl_need_client_cert(SSL *ssl, X509 **cert, EVP_PKEY **pkey)
12
{
13
serf_ssl_context_t *ctx = SSL_get_app_data(ssl);