From aeea5ed9e2aa0a1700015a429fd111890bae7a68 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 27 Mar 2024 12:14:35 +0000 Subject: Remove empty rc4_local.h include. Discussed with tb@ --- src/lib/libcrypto/rc4/rc4_enc.c | 3 +-- src/lib/libcrypto/rc4/rc4_local.h | 5 ----- src/lib/libcrypto/rc4/rc4_skey.c | 4 +--- 3 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 src/lib/libcrypto/rc4/rc4_local.h (limited to 'src/lib') diff --git a/src/lib/libcrypto/rc4/rc4_enc.c b/src/lib/libcrypto/rc4/rc4_enc.c index 3763bfa3cb..fdae87219e 100644 --- a/src/lib/libcrypto/rc4/rc4_enc.c +++ b/src/lib/libcrypto/rc4/rc4_enc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rc4_enc.c,v 1.18 2022/11/26 16:08:54 tb Exp $ */ +/* $OpenBSD: rc4_enc.c,v 1.19 2024/03/27 12:14:35 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -59,7 +59,6 @@ #include #include -#include "rc4_local.h" /* RC4 as implemented from a posting from * Newsgroups: sci.crypt diff --git a/src/lib/libcrypto/rc4/rc4_local.h b/src/lib/libcrypto/rc4/rc4_local.h deleted file mode 100644 index 61d08a4d9d..0000000000 --- a/src/lib/libcrypto/rc4/rc4_local.h +++ /dev/null @@ -1,5 +0,0 @@ -/* $OpenBSD: rc4_local.h,v 1.1 2022/11/26 16:08:54 tb Exp $ */ - -#ifndef HEADER_RC4_LOCL_H -#define HEADER_RC4_LOCL_H -#endif 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 @@ -/* $OpenBSD: rc4_skey.c,v 1.16 2023/07/28 10:35:14 tb Exp $ */ +/* $OpenBSD: rc4_skey.c,v 1.17 2024/03/27 12:14:35 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -58,8 +58,6 @@ #include -#include "rc4_local.h" - /* RC4 as implemented from a posting from * Newsgroups: sci.crypt * From: sterndark@netcom.com (David Sterndark) -- cgit v1.2.3-55-g6feb