diff options
author | 2014-11-18 05:33:43 +0000 | |
---|---|---|
committer | 2014-11-18 05:33:43 +0000 | |
commit | 4bb6f241c5c21adcaeba90e28dbb74fe4ebc8304 (patch) | |
tree | 4d37beb3d2303feabd53aefe9ce9796063158d54 /lib/libssl/src/ssl/ssl3.h | |
parent | Enable the build of GOST routines in libcrypto. Riding upon the Cammelia (diff) | |
download | wireguard-openbsd-4bb6f241c5c21adcaeba90e28dbb74fe4ebc8304.tar.xz wireguard-openbsd-4bb6f241c5c21adcaeba90e28dbb74fe4ebc8304.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 '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 f10b288f310..5b9e31754ba 100644 --- a/lib/libssl/src/ssl/ssl3.h +++ b/lib/libssl/src/ssl/ssl3.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl3.h,v 1.28 2014/10/31 15:34:06 jsing Exp $ */ +/* $OpenBSD: ssl3.h,v 1.29 2014/11/18 05:33:43 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -353,7 +353,7 @@ typedef struct ssl3_buffer_st { * enough to contain all of the cert types defined either for * SSLv3 and TLSv1. */ -#define SSL3_CT_NUMBER 9 +#define SSL3_CT_NUMBER 11 #define SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS 0x0001 |