mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Move brace outside #ifdef
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
7687f52550
commit
82049c543c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user