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