summaryrefslogtreecommitdiffstats
path: root/lib/libssl/s3_lib.c
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2016-11-06 11:58:13 +0000
committerjsing <jsing@openbsd.org>2016-11-06 11:58:13 +0000
commit98e218df95ad0493523f362b3d23fd7eda8521f4 (patch)
tree7bdb507d6649f3bb9819027c0ef9554fa5e246d0 /lib/libssl/s3_lib.c
parentAdd regress test script for openssl command. (diff)
downloadwireguard-openbsd-98e218df95ad0493523f362b3d23fd7eda8521f4.tar.xz
wireguard-openbsd-98e218df95ad0493523f362b3d23fd7eda8521f4.zip
unifdef -m -UOPENSSL_NO_CHACHA -UOPENSSL_NO_POLY1305
ok beck@
Diffstat (limited to 'lib/libssl/s3_lib.c')
-rw-r--r--lib/libssl/s3_lib.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libssl/s3_lib.c b/lib/libssl/s3_lib.c
index 92beeae3c42..6c4383fb221 100644
--- a/lib/libssl/s3_lib.c
+++ b/lib/libssl/s3_lib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: s3_lib.c,v 1.109 2016/10/19 16:38:40 jsing Exp $ */
+/* $OpenBSD: s3_lib.c,v 1.110 2016/11/06 11:58:13 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -1510,7 +1510,6 @@ SSL_CIPHER ssl3_ciphers[] = {
.alg_bits = 256,
},
-#if !defined(OPENSSL_NO_CHACHA) && !defined(OPENSSL_NO_POLY1305)
/* Cipher CC13 */
{
.valid = 1,
@@ -1612,7 +1611,6 @@ SSL_CIPHER ssl3_ciphers[] = {
.strength_bits = 256,
.alg_bits = 256,
},
-#endif
/* Cipher FF85 FIXME IANA */
{