Calling EVP_cleanup here undoes initialization already done in lib/fetch/common.c ssl_init() causing subsequent attempts to call SSL_CTX_new() to fail. Which ultimately is the root cause for #170. Fixes #170