summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_both.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/s3_both.c')
-rw-r--r--src/lib/libssl/s3_both.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libssl/s3_both.c b/src/lib/libssl/s3_both.c
index 752bac6c94..0d9cc3d65c 100644
--- a/src/lib/libssl/s3_both.c
+++ b/src/lib/libssl/s3_both.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: s3_both.c,v 1.32 2014/11/16 14:12:47 jsing Exp $ */ 1/* $OpenBSD: s3_both.c,v 1.33 2014/12/10 15:36:46 jsing 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 *
@@ -542,9 +542,6 @@ ssl_cert_type(X509 *x, EVP_PKEY *pkey)
542 } 542 }
543 else if (i == EVP_PKEY_EC) { 543 else if (i == EVP_PKEY_EC) {
544 ret = SSL_PKEY_ECC; 544 ret = SSL_PKEY_ECC;
545 }
546 else if (i == NID_id_GostR3410_94 || i == NID_id_GostR3410_94_cc) {
547 ret = SSL_PKEY_GOST94;
548 } else if (i == NID_id_GostR3410_2001 || i == NID_id_GostR3410_2001_cc) { 545 } else if (i == NID_id_GostR3410_2001 || i == NID_id_GostR3410_2001_cc) {
549 ret = SSL_PKEY_GOST01; 546 ret = SSL_PKEY_GOST01;
550 } 547 }