projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4428ac4
)
BUILD: ssl: enable keylog for awslc
author
William Lallemand
<wlallemand@haproxy.com>
Mon, 9 Oct 2023 14:17:30 +0000
(16:17 +0200)
committer
William Lallemand
<wlallemand@haproxy.com>
Mon, 9 Oct 2023 14:17:30 +0000
(16:17 +0200)
AWSLC suports SSL_CTX_set_keylog_callback(), this patch enables the
build with the keylog feature for this library.
include/haproxy/openssl-compat.h
patch
|
blob
|
history
diff --git
a/include/haproxy/openssl-compat.h
b/include/haproxy/openssl-compat.h
index
c87b65f
..
fbaacbc
100644
(file)
--- a/
include/haproxy/openssl-compat.h
+++ b/
include/haproxy/openssl-compat.h
@@
-99,7
+99,7
@@
#define HAVE_SSL_SCTL
#endif
-#if (HA_OPENSSL_VERSION_NUMBER >= 0x10101000L)
+#if (HA_OPENSSL_VERSION_NUMBER >= 0x10101000L) || defined(USE_OPENSSL_AWSLC)
#define HAVE_SSL_KEYLOG
#endif