diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2021-03-04 04:54:40 +0100 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2021-03-09 07:25:45 +0100 |
commit | 3e6a0d57389d7e5e45b06753692873e40dd125e9 (patch) | |
tree | 09b840d01e3e223627a0cf59a15a2672f721d7c9 /test/evp_test.c | |
parent | apps/pkcs12: Allow continuing on absent mac (diff) | |
download | openssl-3e6a0d57389d7e5e45b06753692873e40dd125e9.tar.xz openssl-3e6a0d57389d7e5e45b06753692873e40dd125e9.zip |
Reword repeated words.
A trivial PR to remove some commonly repeated words. It looks like this is
not the first PR to do this.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14420)
Diffstat (limited to 'test/evp_test.c')
-rw-r--r-- | test/evp_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/evp_test.c b/test/evp_test.c index 8c88f0937c..d781ecadce 100644 --- a/test/evp_test.c +++ b/test/evp_test.c @@ -3594,7 +3594,7 @@ int setup_tests(void) /* * Load the provider via configuration into the created library context. * Load the 'null' provider into the default library context to ensure that - * the the tests do not fallback to using the default provider. + * the tests do not fallback to using the default provider. */ if (!test_get_libctx(&libctx, &prov_null, config_file, NULL, NULL)) return 0; |