summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_BytesToKey.pod
diff options
context:
space:
mode:
authorsobrado <>2015-09-22 08:08:07 +0000
committersobrado <>2015-09-22 08:08:07 +0000
commitf087ce5ef830235035b12597598b8a15ef4d469b (patch)
tree44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/EVP_BytesToKey.pod
parent8cd2e8a8ed69b1bd5763b94d2864fc4854e7deb4 (diff)
downloadopenbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.gz
openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.bz2
openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.zip
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_BytesToKey.pod')
-rw-r--r--src/lib/libcrypto/doc/EVP_BytesToKey.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/EVP_BytesToKey.pod b/src/lib/libcrypto/doc/EVP_BytesToKey.pod
index a27146f5c9..2dffaa1efa 100644
--- a/src/lib/libcrypto/doc/EVP_BytesToKey.pod
+++ b/src/lib/libcrypto/doc/EVP_BytesToKey.pod
@@ -46,7 +46,7 @@ enough data is available for the key and IV. D_i is defined as:
46 46
47 D_i = HASH^count(D_(i-1) || data || salt) 47 D_i = HASH^count(D_(i-1) || data || salt)
48 48
49where || denotes concatentaion, D_0 is empty, HASH is the digest 49where || denotes concatenation, D_0 is empty, HASH is the digest
50algorithm in use, HASH^1(data) is simply HASH(data), HASH^2(data) 50algorithm in use, HASH^1(data) is simply HASH(data), HASH^2(data)
51is HASH(HASH(data)) and so on. 51is HASH(HASH(data)) and so on.
52 52