diff options
author | Ingela Anderton Andin <[email protected]> | 2010-12-20 18:11:43 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2010-12-20 18:11:43 +0100 |
commit | 149a68f24671702ac0dfd3fcea9e35f18b8d9b53 (patch) | |
tree | 0eb526749ac750ae6a0ea197693af1d279f74b71 /lib/ssl/src/ssl_handshake.hrl | |
parent | 8a1ec022a6395ce6c228c6776dc12bff4f3967cf (diff) | |
parent | bb4d67a8f13a5a626e587836cda65c66ae17af0f (diff) | |
download | otp-149a68f24671702ac0dfd3fcea9e35f18b8d9b53.tar.gz otp-149a68f24671702ac0dfd3fcea9e35f18b8d9b53.tar.bz2 otp-149a68f24671702ac0dfd3fcea9e35f18b8d9b53.zip |
Merge commit 'build/maint-r14/2010-12-20_15.15' into maint-r14
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, |