kill whitespace

This commit is contained in:
Joris Vink 2019-03-26 20:24:46 +01:00
parent 4ca7f29649
commit bf42e56c7d

View File

@ -143,7 +143,6 @@ kore_domain_init(void)
fatal("failed to allocate RSA method");
}
RSA_meth_set_init(keymgr_rsa_meth, keymgr_rsa_init);
RSA_meth_set_finish(keymgr_rsa_meth, keymgr_rsa_finish);
RSA_meth_set_priv_enc(keymgr_rsa_meth, keymgr_rsa_privenc);