Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
877e58d7
Commit
877e58d7
authored
Mar 30, 2021
by
danfe
Browse files
Unbreak the build on FreeBSD 11 which still has old OpenSSL in the base.
Pointy hat to: danfe
parent
b5ab29b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/squid3/files/patch-src_ssl_support.cc
View file @
877e58d7
---
src
/
ssl
/
support
.
cc
.
orig
2018
-
07
-
15
20
:
46
:
55
UTC
+++
src
/
ssl
/
support
.
cc
@@
-
2159
,
7
+
2159
,
7
@@
remove_session_cb
(
SSL_CTX
*
,
SSL_SESSION
*
sessionID
)
@@
-
2159
,
7
+
2159
,
11
@@
remove_session_cb
(
SSL_CTX
*
,
SSL_SESSION
*
sessionID
)
}
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
)
+
get_session_cb
(
SSL
*
,
+
#
ifdef
LIBRESSL_VERSION_NUMBER
+
const
+
#
endif
+
unsigned
char
*
sessionID
,
int
len
,
int
*
copy
)
{
if
(
!
SslSessionCache
)
return
NULL
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment