From: jsing Date: Wed, 27 Mar 2024 12:14:35 +0000 (+0000) Subject: Remove empty rc4_local.h include. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e7b076ce132e59a99b124b4f0d1d90b22f92904f;p=openbsd Remove empty rc4_local.h include. Discussed with tb@ --- diff --git a/lib/libcrypto/rc4/rc4_enc.c b/lib/libcrypto/rc4/rc4_enc.c index 3763bfa3cb7..fdae87219ef 100644 --- a/lib/libcrypto/rc4/rc4_enc.c +++ b/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/lib/libcrypto/rc4/rc4_local.h b/lib/libcrypto/rc4/rc4_local.h deleted file mode 100644 index 61d08a4d9df..00000000000 --- a/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/lib/libcrypto/rc4/rc4_skey.c b/lib/libcrypto/rc4/rc4_skey.c index 5833c7bd07f..d0c45645a10 100644 --- a/lib/libcrypto/rc4/rc4_skey.c +++ b/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)