This commit is contained in:
Christian Heimes 2016-09-24 12:07:21 +02:00
parent a5d0765990
commit 1a63b9f288
1 changed files with 1 additions and 1 deletions

View File

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