forked from mirrors/kore
kill whitespace
This commit is contained in:
parent
4ca7f29649
commit
bf42e56c7d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user