Browse Source

Fix build.

There seems to have been a merge error.

Change-Id: I72e5c2a45c148e31c90b28bedfff48f8ca6e3c8c
Reviewed-on: https://boringssl-review.googlesource.com/6455
Reviewed-by: Adam Langley <agl@google.com>
kris/onging/CECPQ3_patch15
David Benjamin 9 years ago
committed by Adam Langley
parent
commit
e348ff4a72
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ssl/ssl_lib.c

+ 1
- 0
ssl/ssl_lib.c View File

@@ -2651,6 +2651,7 @@ int SSL_get_ivs(const SSL *ssl, const uint8_t **out_read_iv,
}

return 1;
}

uint8_t SSL_get_server_key_exchange_hash(const SSL *ssl) {
return ssl->s3->tmp.server_key_exchange_hash;


Loading…
Cancel
Save