kill debug

This commit is contained in:
Joris Vink 2022-12-28 15:49:42 +01:00
parent 8b701a9f0e
commit f82e4fe967
1 changed files with 0 additions and 1 deletions

View File

@ -867,7 +867,6 @@ static int
tls_keymgr_rsa_init(RSA *rsa)
{
if (rsa != NULL) {
kore_log(LOG_INFO, "Set the flags on %p", (void *)rsa);
RSA_set_flags(rsa, RSA_flags(rsa) |
RSA_FLAG_EXT_PKEY | RSA_METHOD_FLAG_NO_CHECK);
return (1);