diff options
author | Ingela Anderton Andin <[email protected]> | 2010-12-20 18:24:15 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2010-12-20 18:24:15 +0100 |
commit | f026b83b15b144965ae2013eaeae320dd16b3c10 (patch) | |
tree | 07b12182918904f17fec91825a32658c5d58bca6 /lib/ssl/src/ssl_handshake.hrl | |
parent | efb4fe5f64e3470a4aa9626cc3d8a2e136183cae (diff) | |
parent | 149a68f24671702ac0dfd3fcea9e35f18b8d9b53 (diff) | |
download | otp-f026b83b15b144965ae2013eaeae320dd16b3c10.tar.gz otp-f026b83b15b144965ae2013eaeae320dd16b3c10.tar.bz2 otp-f026b83b15b144965ae2013eaeae320dd16b3c10.zip |
Merge branch 'maint-r14' into dev
Diffstat (limited to 'lib/ssl/src/ssl_handshake.hrl')
-rw-r--r-- | lib/ssl/src/ssl_handshake.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/src/ssl_handshake.hrl b/lib/ssl/src/ssl_handshake.hrl index 68a7802ef2..8ae4d2332e 100644 --- a/lib/ssl/src/ssl_handshake.hrl +++ b/lib/ssl/src/ssl_handshake.hrl @@ -36,6 +36,7 @@ -record(session, { session_id, peer_certificate, + own_certificate, compression_method, cipher_suite, master_secret, |