summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des
diff options
context:
space:
mode:
authordtucker <>2017-02-09 03:43:05 +0000
committerdtucker <>2017-02-09 03:43:05 +0000
commitbc047f5237e81843012b06739757d793a5958066 (patch)
tree62a96124716b696143134fd3fddd2a8ac5abe02b /src/lib/libcrypto/des
parent7afc297dcad79eeff814dc4a06faa6be54a2d987 (diff)
downloadopenbsd-bc047f5237e81843012b06739757d793a5958066.tar.gz
openbsd-bc047f5237e81843012b06739757d793a5958066.tar.bz2
openbsd-bc047f5237e81843012b06739757d793a5958066.zip
DES keys are not 7 days long. ok jsing@
Diffstat (limited to 'src/lib/libcrypto/des')
-rw-r--r--src/lib/libcrypto/des/set_key.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/set_key.c b/src/lib/libcrypto/des/set_key.c
index 59d6893a80..7d2c6b4390 100644
--- a/src/lib/libcrypto/des/set_key.c
+++ b/src/lib/libcrypto/des/set_key.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: set_key.c,v 1.19 2014/10/28 07:35:58 jsg Exp $ */ 1/* $OpenBSD: set_key.c,v 1.20 2017/02/09 03:43:05 dtucker Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -106,7 +106,7 @@ int DES_check_key_parity(const_DES_cblock *key)
106 return(1); 106 return(1);
107 } 107 }
108 108
109/* Weak and semi week keys as take from 109/* Weak and semi weak keys as taken from
110 * %A D.W. Davies 110 * %A D.W. Davies
111 * %A W.L. Price 111 * %A W.L. Price
112 * %T Security for Computer Networks 112 * %T Security for Computer Networks