diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2017-09-10 12:06:27 +0200 |
---|---|---|
committer | FdaSilvaYY <fdasilvayy@gmail.com> | 2017-11-07 17:09:36 +0100 |
commit | f4411faac4a5dff7d3ded58d8a17664a6996b0e5 (patch) | |
tree | 58da9171da23775f3f432abd8e94e223bb2851fb /crypto | |
parent | style : fix some if(... (diff) | |
download | openssl-f4411faac4a5dff7d3ded58d8a17664a6996b0e5.tar.xz openssl-f4411faac4a5dff7d3ded58d8a17664a6996b0e5.zip |
Various typo
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/4457)
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/engine/eng_devcrypto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/engine/eng_devcrypto.c b/crypto/engine/eng_devcrypto.c index f2196b4e54..235e84b4dc 100644 --- a/crypto/engine/eng_devcrypto.c +++ b/crypto/engine/eng_devcrypto.c @@ -226,7 +226,7 @@ static int cipher_cleanup(EVP_CIPHER_CTX *ctx) /* * Keep a table of known nids and associated methods. - * Note that known_cipher_nids[] isn't necessarely indexed the same way as + * Note that known_cipher_nids[] isn't necessarily indexed the same way as * cipher_data[] above, which known_cipher_methods[] is. */ static int known_cipher_nids[OSSL_NELEM(cipher_data)]; @@ -495,7 +495,7 @@ static int digest_cleanup(EVP_MD_CTX *ctx) /* * Keep a table of known nids and associated methods. - * Note that known_digest_nids[] isn't necessarely indexed the same way as + * Note that known_digest_nids[] isn't necessarily indexed the same way as * digest_data[] above, which known_digest_methods[] is. */ static int known_digest_nids[OSSL_NELEM(digest_data)]; |