diff options
author | Darren Tucker <dtucker@google.com> | 2017-02-13 10:36:29 +1100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-02-13 11:50:44 +0100 |
commit | 4fd7b54dc224930a0ce6dd67b35c598c5072857c (patch) | |
tree | f72d5652e546b33c78b6198f9a044f04ed5bd2f3 /crypto/des | |
parent | 4bbd8a5daaa810c487f684971c0339a1d7c15da9 (diff) | |
download | openssl-new-4fd7b54dc224930a0ce6dd67b35c598c5072857c.tar.gz |
DES keys are not 7 days long.
CLA: trivial
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2604)
Diffstat (limited to 'crypto/des')
-rw-r--r-- | crypto/des/set_key.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/set_key.c b/crypto/des/set_key.c index 93adff3982..795d9549cf 100644 --- a/crypto/des/set_key.c +++ b/crypto/des/set_key.c @@ -71,7 +71,7 @@ int DES_check_key_parity(const_DES_cblock *key) } /*- - * Weak and semi week keys as take from + * Weak and semi weak keys as taken from * %A D.W. Davies * %A W.L. Price * %T Security for Computer Networks |