Remove empty rc4_local.h include.
authorjsing <jsing@openbsd.org>
Wed, 27 Mar 2024 12:14:35 +0000 (12:14 +0000)
committerjsing <jsing@openbsd.org>
Wed, 27 Mar 2024 12:14:35 +0000 (12:14 +0000)
Discussed with tb@

lib/libcrypto/rc4/rc4_enc.c
lib/libcrypto/rc4/rc4_local.h [deleted file]
lib/libcrypto/rc4/rc4_skey.c

index 3763bfa..fdae872 100644 (file)
@@ -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 <endian.h>
 
 #include <openssl/rc4.h>
-#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 (file)
index 61d08a4..0000000
+++ /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
index 5833c7b..d0c4564 100644 (file)
@@ -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 <openssl/rc4.h>
 
-#include "rc4_local.h"
-
 /* RC4 as implemented from a posting from
  * Newsgroups: sci.crypt
  * From: sterndark@netcom.com (David Sterndark)