summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_devcrypto.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2017-09-10 12:06:27 +0200
committerFdaSilvaYY <fdasilvayy@gmail.com>2017-11-07 17:09:36 +0100
commitf4411faac4a5dff7d3ded58d8a17664a6996b0e5 (patch)
tree58da9171da23775f3f432abd8e94e223bb2851fb /crypto/engine/eng_devcrypto.c
parentf479eab2271c06d73d2e473ce47b0fc6ab742cef (diff)
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/engine/eng_devcrypto.c')
-rw-r--r--crypto/engine/eng_devcrypto.c4
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)];