diff options
author | 2002-09-04 19:07:14 +0000 | |
---|---|---|
committer | 2002-09-04 19:07:14 +0000 | |
commit | 3065f6339c1aa6f6ae1c4ed5a297d44d15fe27be (patch) | |
tree | 8e48b2c93df19fcfff99bf494bd3b1fb1c94581b | |
parent | Ghosts from the past (fixed 1.65, reverted 1.66) rediscovered by (diff) | |
download | wireguard-openbsd-3065f6339c1aa6f6ae1c4ed5a297d44d15fe27be.tar.xz wireguard-openbsd-3065f6339c1aa6f6ae1c4ed5a297d44d15fe27be.zip |
sync formatting with 0.9.7
-rw-r--r-- | lib/libcrypto/engine/eng_fat.c | 3 | ||||
-rw-r--r-- | lib/libssl/src/crypto/engine/eng_fat.c | 3 |
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; } |