From: tb Date: Wed, 20 Dec 2023 06:22:27 +0000 (+0000) Subject: Remove commented-out code X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f7403cd60fcc459e02b24a1278f8c316362b9817;p=openbsd Remove commented-out code --- diff --git a/lib/libcrypto/des/set_key.c b/lib/libcrypto/des/set_key.c index 91116c4d163..c1fd02846f3 100644 --- a/lib/libcrypto/des/set_key.c +++ b/lib/libcrypto/des/set_key.c @@ -1,4 +1,4 @@ -/* $OpenBSD: set_key.c,v 1.23 2023/07/08 07:34:34 jsing Exp $ */ +/* $OpenBSD: set_key.c,v 1.24 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); - } -*/