diff options
author | Richard Levitte <levitte@openssl.org> | 2003-12-27 16:04:54 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-12-27 16:04:54 +0100 |
commit | 112341031bb60c4e75c105bc879493e42a9f406a (patch) | |
tree | 66b9e649c249750c6b245eb50d331ffc274cf411 /crypto/evp | |
parent | OpenBSD-internal changes. (diff) | |
download | openssl-112341031bb60c4e75c105bc879493e42a9f406a.tar.xz openssl-112341031bb60c4e75c105bc879493e42a9f406a.zip |
Correct documentation typos.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
Diffstat (limited to 'crypto/evp')
-rw-r--r-- | crypto/evp/bio_ok.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/bio_ok.c b/crypto/evp/bio_ok.c index 530ab937ce..4e3f10141b 100644 --- a/crypto/evp/bio_ok.c +++ b/crypto/evp/bio_ok.c @@ -102,7 +102,7 @@ *) digest is initialized with random seed instead of standardized one. - *) same seed is written to ouput + *) same seed is written to output *) well-known text is then hashed and the output of the digest is also written to output. |