summaryrefslogtreecommitdiffstats
path: root/test/keymgmt_internal_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/keymgmt_internal_test.c')
-rw-r--r--test/keymgmt_internal_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/keymgmt_internal_test.c b/test/keymgmt_internal_test.c
index bd95d4c984..ce2e458f8c 100644
--- a/test/keymgmt_internal_test.c
+++ b/test/keymgmt_internal_test.c
@@ -227,7 +227,7 @@ static int test_pass_rsa(FIXTURE *fixture)
while (dup_pk == NULL) {
ret = 0;
km = km3;
- /* Check that we can't export an RSA key into a RSA-PSS keymanager */
+ /* Check that we can't export an RSA key into an RSA-PSS keymanager */
if (!TEST_ptr_null(provkey2 = evp_pkey_export_to_provider(pk, NULL,
&km,
NULL)))