summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2002-09-04 19:07:15 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2002-09-04 19:07:15 +0000
commit1cb71bf1698d15ace1e34a4687d765917a0f15b6 (patch)
tree47be38340393ad9dcce60c312c6e42d64afcd6d8
parent2f84aa13943c869cecf2fe3867abb0a99940ec03 (diff)
sync formatting with 0.9.7
-rw-r--r--lib/libcrypto/engine/eng_fat.c3
1 files changed, 1 insertions, 2 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;
}