artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68aa306
)
Remove commented-out code
author
tb
<tb@openbsd.org>
Wed, 20 Dec 2023 06:22:27 +0000
(06:22 +0000)
committer
tb
<tb@openbsd.org>
Wed, 20 Dec 2023 06:22:27 +0000
(06:22 +0000)
lib/libcrypto/des/set_key.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/des/set_key.c
b/lib/libcrypto/des/set_key.c
index
91116c4
..
c1fd028
100644
(file)
--- a/
lib/libcrypto/des/set_key.c
+++ b/
lib/libcrypto/des/set_key.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: set_key.c,v 1.2
3 2023/07/08 07:34:34 jsing
Exp $ */
+/* $OpenBSD: set_key.c,v 1.2
4 2023/12/20 06:22:27 tb
Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-398,10
+398,3
@@
DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule)
{
return (DES_set_key(key, schedule));
}
-/*
-#undef des_fixup_key_parity
-void des_fixup_key_parity(des_cblock *key)
- {
- des_set_odd_parity(key);
- }
-*/