diff options
author | markus <> | 2002-09-05 12:51:50 +0000 |
---|---|---|
committer | markus <> | 2002-09-05 12:51:50 +0000 |
commit | 15b5d84f9da2ce4bfae8580e56e34a859f74ad71 (patch) | |
tree | bf939e82d7fd73cc8a01cf6959002209972091bc /src/lib/libcrypto/engine/eng_fat.c | |
parent | 027351f729b9e837200dae6e1520cda6577ab930 (diff) | |
download | openbsd-15b5d84f9da2ce4bfae8580e56e34a859f74ad71.tar.gz openbsd-15b5d84f9da2ce4bfae8580e56e34a859f74ad71.tar.bz2 openbsd-15b5d84f9da2ce4bfae8580e56e34a859f74ad71.zip |
import openssl-0.9.7-beta1
Diffstat (limited to 'src/lib/libcrypto/engine/eng_fat.c')
-rw-r--r-- | src/lib/libcrypto/engine/eng_fat.c | 3 |
1 files changed, 1 insertions, 2 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 | } |