Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-04-27 02:08:48 +0300
committerAdam Langley <agl@google.com>2015-05-07 01:23:04 +0300
commit7cde0dee7cfc508835bf47200004960a58353631 (patch)
treed31f6e0f60aa1a63775043d03f7054611924d2ad /include/openssl/ssl3.h
parent71f7d3d2e1f1a1943db6eb2d946d896e307f3373 (diff)
Fold num_renegotiations into total_renegotiations.
The only difference is SSL_clear_num_renegotiations which is never called. Change-Id: Id661c71e89d34d834349ad1f1a296e332606e6cc Reviewed-on: https://boringssl-review.googlesource.com/4564 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/ssl3.h')
-rw-r--r--include/openssl/ssl3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/ssl3.h b/include/openssl/ssl3.h
index 09705e15..96f00cfb 100644
--- a/include/openssl/ssl3.h
+++ b/include/openssl/ssl3.h
@@ -409,7 +409,6 @@ typedef struct ssl3_state_st {
* no more data in the read or write buffers */
int renegotiate;
int total_renegotiations;
- int num_renegotiations;
/* State pertaining to the pending handshake.
*