diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-07-16 08:25:55 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2023-07-18 10:54:45 +0200 |
commit | a024ab984e540bff65d25407496c34b3567b55a7 (patch) | |
tree | 926b3165cd52ea6abe176682d13fadb59cc0f224 /engines/e_capi.txt | |
parent | Fix int_ctx_new() error when use 1.1.1n sm2 key and ec method engine (diff) | |
download | openssl-a024ab984e540bff65d25407496c34b3567b55a7.tar.xz openssl-a024ab984e540bff65d25407496c34b3567b55a7.zip |
Fix typos found by codespell
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21467)
Diffstat (limited to 'engines/e_capi.txt')
-rw-r--r-- | engines/e_capi.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/e_capi.txt b/engines/e_capi.txt index dc557eef98..dab3471be4 100644 --- a/engines/e_capi.txt +++ b/engines/e_capi.txt @@ -6,10 +6,10 @@ # https://www.openssl.org/source/license.html #Reason codes -CAPI_R_CANT_CREATE_HASH_OBJECT:100:cant create hash object -CAPI_R_CANT_FIND_CAPI_CONTEXT:101:cant find capi context -CAPI_R_CANT_GET_KEY:102:cant get key -CAPI_R_CANT_SET_HASH_VALUE:103:cant set hash value +CAPI_R_CANT_CREATE_HASH_OBJECT:100:can't create hash object +CAPI_R_CANT_FIND_CAPI_CONTEXT:101:can't find capi context +CAPI_R_CANT_GET_KEY:102:can't get key +CAPI_R_CANT_SET_HASH_VALUE:103:can't set hash value CAPI_R_CRYPTACQUIRECONTEXT_ERROR:104:cryptacquirecontext error CAPI_R_CRYPTENUMPROVIDERS_ERROR:105:cryptenumproviders error CAPI_R_DECRYPT_ERROR:106:decrypt error |