提交 82049c54 编写于 作者: V Viktor Dukhovni

Move brace outside #ifdef

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 7687f525
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册