summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/provider_pkey_test.c2
-rw-r--r--test/sslapitest.c2
-rw-r--r--test/tls-provider.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/provider_pkey_test.c b/test/provider_pkey_test.c
index 3b190baa5e..7e69f4bbd5 100644
--- a/test/provider_pkey_test.c
+++ b/test/provider_pkey_test.c
@@ -93,7 +93,7 @@ static int test_pkey_sig(void)
/*
* If this picks the wrong signature without realizing it
* we can get a segfault or some internal error. At least watch
- * whether fake-rsa sign_init is is exercised by calling sign.
+ * whether fake-rsa sign_init is exercised by calling sign.
*/
if (!TEST_int_eq(EVP_PKEY_sign_init(ctx), 1))
goto end;
diff --git a/test/sslapitest.c b/test/sslapitest.c
index 75fbd3bd3b..ed8eb2514b 100644
--- a/test/sslapitest.c
+++ b/test/sslapitest.c
@@ -9054,7 +9054,7 @@ static int test_session_timeout(int test)
* Test session ordering and timeout
* Can't explicitly test performance of the new code,
* but can test to see if the ordering of the sessions
- * are correct, and they they are removed as expected
+ * are correct, and they are removed as expected
*/
SSL_SESSION *early = NULL;
SSL_SESSION *middle = NULL;
diff --git a/test/tls-provider.c b/test/tls-provider.c
index a914620cd2..5f1479435f 100644
--- a/test/tls-provider.c
+++ b/test/tls-provider.c
@@ -2152,7 +2152,7 @@ struct keytype_desc_st {
/*
* Start blatant code steal. Alternative: Open up d2i_X509_PUBKEY_INTERNAL
* as per https://github.com/openssl/openssl/issues/16697 (TBD)
- * Code from from openssl/crypto/x509/x_pubkey.c as
+ * Code from openssl/crypto/x509/x_pubkey.c as
* ossl_d2i_X509_PUBKEY_INTERNAL is presently not public
*/
struct X509_pubkey_st {