diff options
author | jsing <> | 2024-03-27 12:14:35 +0000 |
---|---|---|
committer | jsing <> | 2024-03-27 12:14:35 +0000 |
commit | aeea5ed9e2aa0a1700015a429fd111890bae7a68 (patch) | |
tree | 9e1114849f162243732d0952eef1196454420a14 /src/lib/libcrypto/rc4/rc4_skey.c | |
parent | c8ddabe55b583059a7979620c08beb2e79cd0909 (diff) | |
download | openbsd-aeea5ed9e2aa0a1700015a429fd111890bae7a68.tar.gz openbsd-aeea5ed9e2aa0a1700015a429fd111890bae7a68.tar.bz2 openbsd-aeea5ed9e2aa0a1700015a429fd111890bae7a68.zip |
Remove empty rc4_local.h include.
Discussed with tb@
Diffstat (limited to 'src/lib/libcrypto/rc4/rc4_skey.c')
-rw-r--r-- | src/lib/libcrypto/rc4/rc4_skey.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/rc4/rc4_skey.c b/src/lib/libcrypto/rc4/rc4_skey.c index 5833c7bd07..d0c45645a1 100644 --- a/src/lib/libcrypto/rc4/rc4_skey.c +++ b/src/lib/libcrypto/rc4/rc4_skey.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: rc4_skey.c,v 1.16 2023/07/28 10:35:14 tb Exp $ */ | 1 | /* $OpenBSD: rc4_skey.c,v 1.17 2024/03/27 12:14:35 jsing 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 | * |
@@ -58,8 +58,6 @@ | |||
58 | 58 | ||
59 | #include <openssl/rc4.h> | 59 | #include <openssl/rc4.h> |
60 | 60 | ||
61 | #include "rc4_local.h" | ||
62 | |||
63 | /* RC4 as implemented from a posting from | 61 | /* RC4 as implemented from a posting from |
64 | * Newsgroups: sci.crypt | 62 | * Newsgroups: sci.crypt |
65 | * From: sterndark@netcom.com (David Sterndark) | 63 | * From: sterndark@netcom.com (David Sterndark) |