summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc4/rc4_skey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/rc4/rc4_skey.c')
-rw-r--r--src/lib/libcrypto/rc4/rc4_skey.c4
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)