summaryrefslogtreecommitdiff
path: root/src/rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rsa.c')
-rw-r--r--src/rsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rsa.c b/src/rsa.c
index b8371cc..fa3d372 100644
--- a/src/rsa.c
+++ b/src/rsa.c
@@ -444,6 +444,5 @@ test_rsa_pkcs(CK_SLOT_ID slot, CK_MECHANISM_TYPE mech, CK_MECHANISM_INFO_PTR inf
void
p11t_rsa_tests(void)
{
- OpenSSL_add_all_digests();
p11t_slot_for_each_mech(CKM_RSA_PKCS, test_rsa_pkcs);
}