diff options
author | Ingela Andin <[email protected]> | 2018-04-25 10:30:50 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-04-25 10:30:50 +0200 |
commit | 0e669ed13e20d5d68aa617aacd807eca7268d070 (patch) | |
tree | dd088e2f20f476f7704ce35a77005ec614682e01 /lib/ssl/src/ssl_internal.hrl | |
parent | 3beffe5b8f9a454b766674427d4eafa22dbdbbd7 (diff) | |
parent | 34ef4b8d5feff3b0cc76573d769e482c420673ba (diff) | |
download | otp-0e669ed13e20d5d68aa617aacd807eca7268d070.tar.gz otp-0e669ed13e20d5d68aa617aacd807eca7268d070.tar.bz2 otp-0e669ed13e20d5d68aa617aacd807eca7268d070.zip |
Merge pull request #1779 from IngelaAndin/ingela/ssl/hello-pause/ERL-169/OTP-14372
Add new API functions to enable smoother user customizations based on TLS hello extensions
Diffstat (limited to 'lib/ssl/src/ssl_internal.hrl')
-rw-r--r-- | lib/ssl/src/ssl_internal.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_internal.hrl b/lib/ssl/src/ssl_internal.hrl index d354910f33..5df00de0e5 100644 --- a/lib/ssl/src/ssl_internal.hrl +++ b/lib/ssl/src/ssl_internal.hrl @@ -144,7 +144,8 @@ signature_algs, eccs, honor_ecc_order :: boolean(), - max_handshake_size :: integer() + max_handshake_size :: integer(), + handshake }). -record(socket_options, |