diff options
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 | } |
