summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl3.h')
-rw-r--r--src/lib/libssl/ssl3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl3.h b/src/lib/libssl/ssl3.h
index f10b288f31..5b9e31754b 100644
--- a/src/lib/libssl/ssl3.h
+++ b/src/lib/libssl/ssl3.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl3.h,v 1.28 2014/10/31 15:34:06 jsing Exp $ */ 1/* $OpenBSD: ssl3.h,v 1.29 2014/11/18 05:33:43 miod 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 *
@@ -353,7 +353,7 @@ typedef struct ssl3_buffer_st {
353 * enough to contain all of the cert types defined either for 353 * enough to contain all of the cert types defined either for
354 * SSLv3 and TLSv1. 354 * SSLv3 and TLSv1.
355 */ 355 */
356#define SSL3_CT_NUMBER 9 356#define SSL3_CT_NUMBER 11
357 357
358 358
359#define SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS 0x0001 359#define SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS 0x0001