diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/ssl3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl3.h b/src/lib/libssl/ssl3.h index 4de50428a8..4cb27e1634 100644 --- a/src/lib/libssl/ssl3.h +++ b/src/lib/libssl/ssl3.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl3.h,v 1.39 2015/07/17 15:50:37 doug Exp $ */ | 1 | /* $OpenBSD: ssl3.h,v 1.40 2015/07/18 19:41:54 doug Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -376,7 +376,7 @@ typedef struct ssl3_state_st { | |||
376 | int need_empty_fragments; | 376 | int need_empty_fragments; |
377 | int empty_fragment_done; | 377 | int empty_fragment_done; |
378 | 378 | ||
379 | /* The value of 'extra' when the buffers were initialized */ | 379 | /* XXX delete on next major bump. */ |
380 | int init_extra; | 380 | int init_extra; |
381 | 381 | ||
382 | SSL3_BUFFER rbuf; /* read IO goes into here */ | 382 | SSL3_BUFFER rbuf; /* read IO goes into here */ |