summaryrefslogtreecommitdiffstats
path: root/ssl/ssl3.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2012-06-03 22:00:21 +0000
committerBen Laurie <ben@openssl.org>2012-06-03 22:00:21 +0000
commit71fa451343f97b3624374ed1359adc23fba5696e (patch)
tree87ebfb43ece32507c68e360f36a67b4a921e79c0 /ssl/ssl3.h
parenta9e1c50bb09a110d4774e6710f9322344684fa2d (diff)
Version skew reduction: trivia (I hope).
Diffstat (limited to 'ssl/ssl3.h')
-rw-r--r--ssl/ssl3.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssl/ssl3.h b/ssl/ssl3.h
index 84198ff501..74274771ff 100644
--- a/ssl/ssl3.h
+++ b/ssl/ssl3.h
@@ -536,8 +536,7 @@ typedef struct ssl3_state_st
int send_connection_binding; /* TODOEKR */
#ifndef OPENSSL_NO_NEXTPROTONEG
- /* Set if we saw the Next Protocol Negotiation extension from
- our peer. */
+ /* Set if we saw the Next Protocol Negotiation extension from our peer. */
int next_proto_neg_seen;
#endif