mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
kill debug
This commit is contained in:
parent
8b701a9f0e
commit
f82e4fe967
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user