diff options
Diffstat (limited to 'src/lib/libcrypto/engine/eng_init.c')
-rw-r--r-- | src/lib/libcrypto/engine/eng_init.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/engine/eng_init.c b/src/lib/libcrypto/engine/eng_init.c index 7633cf5f1d..870c456668 100644 --- a/src/lib/libcrypto/engine/eng_init.c +++ b/src/lib/libcrypto/engine/eng_init.c | |||
@@ -101,13 +101,7 @@ int engine_unlocked_finish(ENGINE *e, int unlock_for_handlers) | |||
101 | if(!to_return) | 101 | if(!to_return) |
102 | return 0; | 102 | return 0; |
103 | } | 103 | } |
104 | #ifdef REF_CHECK | 104 | |
105 | if(e->funct_ref < 0) | ||
106 | { | ||
107 | fprintf(stderr,"ENGINE_finish, bad functional reference count\n"); | ||
108 | abort(); | ||
109 | } | ||
110 | #endif | ||
111 | /* Release the structural reference too */ | 105 | /* Release the structural reference too */ |
112 | if(!engine_free_util(e, 0)) | 106 | if(!engine_free_util(e, 0)) |
113 | { | 107 | { |