diff options
author | miod <> | 2014-11-18 05:33:43 +0000 |
---|---|---|
committer | miod <> | 2014-11-18 05:33:43 +0000 |
commit | 0c986de0d047d74ccf3708c551b93f60ed6bfafb (patch) | |
tree | 1ff6097d67d8f3a7af1e40761e736566bcd71b7d /src/lib/libssl/ssl3.h | |
parent | 9555aff2e872287755e956f3b44930bf7de0cdda (diff) | |
download | openbsd-0c986de0d047d74ccf3708c551b93f60ed6bfafb.tar.gz openbsd-0c986de0d047d74ccf3708c551b93f60ed6bfafb.tar.bz2 openbsd-0c986de0d047d74ccf3708c551b93f60ed6bfafb.zip |
Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.
This causes a libssl major version bump as this affects the layout of some
internal-but-unfortunately-made-visible structs.
Diffstat (limited to 'src/lib/libssl/ssl3.h')
-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 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 |