summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/keymgmt_internal_test.c2
-rw-r--r--test/sslapitest.c2
2 files changed, 2 insertions, 2 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)))
diff --git a/test/sslapitest.c b/test/sslapitest.c
index 19adc96b73..83f1bc3fbf 100644
--- a/test/sslapitest.c
+++ b/test/sslapitest.c
@@ -399,7 +399,7 @@ static int test_keylog(void)
* Now we want to test that our output data was vaguely sensible. We
* do that by using strtok and confirming that we have more or less the
* data we expect. For both client and server, we expect to see one master
- * secret. The client should also see a RSA key exchange.
+ * secret. The client should also see an RSA key exchange.
*/
expected.rsa_key_exchange_count = 1;
expected.master_secret_count = 1;