diff options
author | 2003-01-04 22:36:07 +0000 | |
---|---|---|
committer | 2003-01-04 22:36:07 +0000 | |
commit | c0141d96fc42c7c9582a0ce613dfa6b5bbdf558f (patch) | |
tree | be785c81bbb92974327090144e1127106f975abf /lib/libssl/src | |
parent | Remove COMPAT_NOMID. It was deprecated since a long time, the man page wass (diff) | |
download | wireguard-openbsd-c0141d96fc42c7c9582a0ce613dfa6b5bbdf558f.tar.xz wireguard-openbsd-c0141d96fc42c7c9582a0ce613dfa6b5bbdf558f.zip |
spelling
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/crypto/evp/bio_ok.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/evp/bio_ok.c b/lib/libssl/src/crypto/evp/bio_ok.c index 3cbc6e78481..d2be03be82b 100644 --- a/lib/libssl/src/crypto/evp/bio_ok.c +++ b/lib/libssl/src/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. |