summaryrefslogtreecommitdiffstats
path: root/test/tls-provider.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tls-provider.c')
-rw-r--r--test/tls-provider.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/tls-provider.c b/test/tls-provider.c
index 5c44b6812e..adbe88da52 100644
--- a/test/tls-provider.c
+++ b/test/tls-provider.c
@@ -313,7 +313,7 @@ static const OSSL_DISPATCH xor_keyexch_functions[] = {
static const OSSL_ALGORITHM tls_prov_keyexch[] = {
/*
- * Obviously this is not FIPS approved, but in order to test in conjuction
+ * Obviously this is not FIPS approved, but in order to test in conjunction
* with the FIPS provider we pretend that it is.
*/
{ "XOR", "provider=tls-provider,fips=yes", xor_keyexch_functions },
@@ -442,7 +442,7 @@ static const OSSL_DISPATCH xor_kem_functions[] = {
static const OSSL_ALGORITHM tls_prov_kem[] = {
/*
- * Obviously this is not FIPS approved, but in order to test in conjuction
+ * Obviously this is not FIPS approved, but in order to test in conjunction
* with the FIPS provider we pretend that it is.
*/
{ "XOR", "provider=tls-provider,fips=yes", xor_kem_functions },
@@ -758,7 +758,7 @@ static const OSSL_DISPATCH xor_keymgmt_functions[] = {
static const OSSL_ALGORITHM tls_prov_keymgmt[] = {
/*
- * Obviously this is not FIPS approved, but in order to test in conjuction
+ * Obviously this is not FIPS approved, but in order to test in conjunction
* with the FIPS provider we pretend that it is.
*/
{ "XOR", "provider=tls-provider,fips=yes", xor_keymgmt_functions },