vp-build/srcpkgs/squid/patches/libressl-2.8.patch

12 lines
372 B
Diff

--- src/ssl/support.cc.orig 2018-10-28 19:06:18.053009068 +0100
+++ src/ssl/support.cc 2018-10-28 19:06:57.711630200 +0100
@@ -2159,7 +2159,7 @@
}
static SSL_SESSION *
-get_session_cb(SSL *, unsigned char *sessionID, int len, int *copy)
+get_session_cb(SSL *, const unsigned char *sessionID, int len, int *copy)
{
if (!SslSessionCache)
return NULL;