summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/des_key.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/des/des_key.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/des_key.c b/src/lib/libcrypto/des/des_key.c
index eee8a7e127..62d6a8bb19 100644
--- a/src/lib/libcrypto/des/des_key.c
+++ b/src/lib/libcrypto/des/des_key.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: des_key.c,v 1.1 2024/08/31 15:56:09 jsing Exp $ */ 1/* $OpenBSD: des_key.c,v 1.2 2025/10/27 16:57:37 tb 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 *
@@ -107,7 +107,7 @@ DES_check_key_parity(const_DES_cblock *key)
107} 107}
108LCRYPTO_ALIAS(DES_check_key_parity); 108LCRYPTO_ALIAS(DES_check_key_parity);
109 109
110/* Weak and semi weak keys as taken from 110/* Weak and semi-weak keys as taken from
111 * %A D.W. Davies 111 * %A D.W. Davies
112 * %A W.L. Price 112 * %A W.L. Price
113 * %T Security for Computer Networks 113 * %T Security for Computer Networks