diff options
author | markus <> | 2002-09-04 19:07:14 +0000 |
---|---|---|
committer | markus <> | 2002-09-04 19:07:14 +0000 |
commit | 007f4fe9c96767f52d3a2b8782cd2fb7c6031909 (patch) | |
tree | 40c32c86bddab092e82590f30a46211f2fd267ad | |
parent | e6084207f6f38d26f0d8d41da4ca86b7bdae4bd8 (diff) | |
download | openbsd-007f4fe9c96767f52d3a2b8782cd2fb7c6031909.tar.gz openbsd-007f4fe9c96767f52d3a2b8782cd2fb7c6031909.tar.bz2 openbsd-007f4fe9c96767f52d3a2b8782cd2fb7c6031909.zip |
sync formatting with 0.9.7
-rw-r--r-- | src/lib/libcrypto/engine/eng_fat.c | 3 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/engine/eng_fat.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/engine/eng_fat.c b/src/lib/libcrypto/engine/eng_fat.c index af918b1499..d49aa7ed40 100644 --- a/src/lib/libcrypto/engine/eng_fat.c +++ b/src/lib/libcrypto/engine/eng_fat.c | |||
@@ -141,8 +141,7 @@ int ENGINE_register_all_complete(void) | |||
141 | { | 141 | { |
142 | ENGINE *e; | 142 | ENGINE *e; |
143 | 143 | ||
144 | for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e)) { | 144 | for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e)) |
145 | ENGINE_register_complete(e); | 145 | ENGINE_register_complete(e); |
146 | } | ||
147 | return 1; | 146 | return 1; |
148 | } | 147 | } |
diff --git a/src/lib/libssl/src/crypto/engine/eng_fat.c b/src/lib/libssl/src/crypto/engine/eng_fat.c index af918b1499..d49aa7ed40 100644 --- a/src/lib/libssl/src/crypto/engine/eng_fat.c +++ b/src/lib/libssl/src/crypto/engine/eng_fat.c | |||
@@ -141,8 +141,7 @@ int ENGINE_register_all_complete(void) | |||
141 | { | 141 | { |
142 | ENGINE *e; | 142 | ENGINE *e; |
143 | 143 | ||
144 | for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e)) { | 144 | for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e)) |
145 | ENGINE_register_complete(e); | 145 | ENGINE_register_complete(e); |
146 | } | ||
147 | return 1; | 146 | return 1; |
148 | } | 147 | } |