diff options
author | tb <> | 2023-12-20 06:30:04 +0000 |
---|---|---|
committer | tb <> | 2023-12-20 06:30:04 +0000 |
commit | 06f732c42a4c8787b1b0e1430de5041b9594c882 (patch) | |
tree | 577ab4151a4c8cd77d37fa001f161f3050214c0b /src | |
parent | a9cfefaa522175c4807d06bc89db37662df921fb (diff) | |
download | openbsd-06f732c42a4c8787b1b0e1430de5041b9594c882.tar.gz openbsd-06f732c42a4c8787b1b0e1430de5041b9594c882.tar.bz2 openbsd-06f732c42a4c8787b1b0e1430de5041b9594c882.zip |
Remove a changelog from 1991
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/des/set_key.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libcrypto/des/set_key.c b/src/lib/libcrypto/des/set_key.c index d1b6fa6e8d..8ae40a81cd 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.25 2023/12/20 06:28:04 tb Exp $ */ | 1 | /* $OpenBSD: set_key.c,v 1.26 2023/12/20 06:30:04 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 | * |
@@ -56,13 +56,6 @@ | |||
56 | * [including the GNU Public Licence.] | 56 | * [including the GNU Public Licence.] |
57 | */ | 57 | */ |
58 | 58 | ||
59 | /* set_key.c v 1.4 eay 24/9/91 | ||
60 | * 1.4 Speed up by 400% :-) | ||
61 | * 1.3 added register declarations. | ||
62 | * 1.2 unrolled make_key_sched a bit more | ||
63 | * 1.1 added norm_expand_bits | ||
64 | * 1.0 First working version | ||
65 | */ | ||
66 | #include <stdlib.h> | 59 | #include <stdlib.h> |
67 | 60 | ||
68 | #include <openssl/crypto.h> | 61 | #include <openssl/crypto.h> |