This commit is contained in:
Christian Heimes 2016-09-24 12:07:30 +02:00
commit 04133e7e2e

View file

@ -154,7 +154,7 @@ static int COMP_get_type(const COMP_METHOD *meth)
{ {
return meth->type; return meth->type;
} }
/* LCOV_EXCL_END */ /* LCOV_EXCL_STOP */
#endif #endif
static pem_password_cb *SSL_CTX_get_default_passwd_cb(SSL_CTX *ctx) static pem_password_cb *SSL_CTX_get_default_passwd_cb(SSL_CTX *ctx)