From 82049c543cb71619bc23b4e2313f3f3eb405660a Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Fri, 12 Feb 2016 16:36:06 -0500 Subject: [PATCH] Move brace outside #ifdef Reviewed-by: Rich Salz --- ssl/statem/statem_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/statem/statem_lib.c b/ssl/statem/statem_lib.c index 6d4a536d38..8effb0f360 100644 --- a/ssl/statem/statem_lib.c +++ b/ssl/statem/statem_lib.c @@ -623,8 +623,8 @@ int ssl_cert_type(X509 *x, EVP_PKEY *pk) return SSL_PKEY_GOST12_256; case NID_id_GostR3410_2012_512: return SSL_PKEY_GOST12_512; - } #endif + } } int ssl_verify_alarm_type(long type) -- 2.34.1