summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2002-09-04 19:07:14 +0000
committermarkus <markus@openbsd.org>2002-09-04 19:07:14 +0000
commit3065f6339c1aa6f6ae1c4ed5a297d44d15fe27be (patch)
tree8e48b2c93df19fcfff99bf494bd3b1fb1c94581b /lib
parentGhosts from the past (fixed 1.65, reverted 1.66) rediscovered by (diff)
downloadwireguard-openbsd-3065f6339c1aa6f6ae1c4ed5a297d44d15fe27be.tar.xz
wireguard-openbsd-3065f6339c1aa6f6ae1c4ed5a297d44d15fe27be.zip
sync formatting with 0.9.7
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/engine/eng_fat.c3
-rw-r--r--lib/libssl/src/crypto/engine/eng_fat.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libcrypto/engine/eng_fat.c b/lib/libcrypto/engine/eng_fat.c
index af918b1499e..d49aa7ed408 100644
--- a/lib/libcrypto/engine/eng_fat.c
+++ b/lib/libcrypto/engine/eng_fat.c
@@ -141,8 +141,7 @@ int ENGINE_register_all_complete(void)
{
ENGINE *e;
- for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e)) {
+ for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e))
ENGINE_register_complete(e);
- }
return 1;
}
diff --git a/lib/libssl/src/crypto/engine/eng_fat.c b/lib/libssl/src/crypto/engine/eng_fat.c
index af918b1499e..d49aa7ed408 100644
--- a/lib/libssl/src/crypto/engine/eng_fat.c
+++ b/lib/libssl/src/crypto/engine/eng_fat.c
@@ -141,8 +141,7 @@ int ENGINE_register_all_complete(void)
{
ENGINE *e;
- for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e)) {
+ for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e))
ENGINE_register_complete(e);
- }
return 1;
}