opnsense-ports/lang/erlang-runtime17/files/patch-lib_ssl_src_ssl__connection.hrl
Franco Fichtner 927b4bd55a */*: sync with upstream
Taken from: HardenedBSD
2017-12-17 10:15:27 +01:00

12 lines
689 B
Erlang

--- lib/ssl/src/ssl_connection.hrl.orig 2015-03-31 12:32:52.000000000 +0000
+++ lib/ssl/src/ssl_connection.hrl 2017-12-14 13:18:02.736638000 +0000
@@ -53,7 +53,8 @@
session :: #session{} | secret_printout(),
session_cache :: db_handle(),
session_cache_cb :: atom(),
- negotiated_version :: ssl_record:ssl_version(),
+ negotiated_version :: ssl_record:ssl_version() | 'undefined',
+ client_hello_version :: ssl_record:ssl_version() | 'undefined',
client_certificate_requested = false :: boolean(),
key_algorithm :: ssl_cipher:key_algo(),
hashsign_algorithm = {undefined, undefined},