]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/keymgmt_internal_test.c
Replace "a RSA" with "an RSA"
[thirdparty/openssl.git] / test / keymgmt_internal_test.c
index 0f2030e61fb729cf051dc5954badc823e2426a25..d553738b3291cf0265b70e8495d9bd920f9b4e26 100644 (file)
@@ -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)))