diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-09-04 19:07:15 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-09-04 19:07:15 +0000 |
commit | 35d710efb0cf69730aa3046deb7ec279fed4d104 (patch) | |
tree | cd4ebf5607b473a28405b5dc270bdf03c0258350 /lib | |
parent | 4e0252f4b8aa9adca797a454c8c8e1a48849a09c (diff) |
sync formatting with 0.9.7
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/src/crypto/engine/eng_fat.c | 3 |
1 files changed, 1 insertions, 2 deletions
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; } |