From 725135314a4cafc7d61306abf2bbd9676a7542e0 Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 20 Dec 2023 06:30:04 +0000 Subject: [PATCH] Remove a changelog from 1991 --- lib/libcrypto/des/set_key.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lib/libcrypto/des/set_key.c b/lib/libcrypto/des/set_key.c index d1b6fa6e8d6..8ae40a81cd0 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.25 2023/12/20 06:28:04 tb Exp $ */ +/* $OpenBSD: set_key.c,v 1.26 2023/12/20 06:30:04 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -56,13 +56,6 @@ * [including the GNU Public Licence.] */ -/* set_key.c v 1.4 eay 24/9/91 - * 1.4 Speed up by 400% :-) - * 1.3 added register declarations. - * 1.2 unrolled make_key_sched a bit more - * 1.1 added norm_expand_bits - * 1.0 First working version - */ #include #include -- 2.20.1