projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7687f52
)
Move brace outside #ifdef
author
Viktor Dukhovni
<openssl-users@dukhovni.org>
Fri, 12 Feb 2016 21:36:06 +0000
(16:36 -0500)
committer
Viktor Dukhovni
<openssl-users@dukhovni.org>
Fri, 12 Feb 2016 21:39:17 +0000
(16:39 -0500)
Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/statem/statem_lib.c
patch
|
blob
|
history
diff --git
a/ssl/statem/statem_lib.c
b/ssl/statem/statem_lib.c
index 6d4a536d38f701d08a30211b847f9bf9aa7a1eee..8effb0f360156468616f5df43b0904e022e4ed33 100644
(file)
--- 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)