summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppd/npppd/mppe.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/npppd/npppd/mppe.c')
-rw-r--r--usr.sbin/npppd/npppd/mppe.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/npppd/npppd/mppe.c b/usr.sbin/npppd/npppd/mppe.c
index 3319d14bb8e..12e5843f4af 100644
--- a/usr.sbin/npppd/npppd/mppe.c
+++ b/usr.sbin/npppd/npppd/mppe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mppe.c,v 1.14 2017/05/30 17:22:00 yasuoka Exp $ */
+/* $OpenBSD: mppe.c,v 1.15 2019/02/27 04:52:19 denis Exp $ */
/*-
* Copyright (c) 2009 Internet Initiative Japan Inc.
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/* $Id: mppe.c,v 1.14 2017/05/30 17:22:00 yasuoka Exp $ */
+/* $Id: mppe.c,v 1.15 2019/02/27 04:52:19 denis Exp $ */
/**@file
*
* The implementation of MPPE(Microsoft Point-To-Point Encryption Protocol)
@@ -53,7 +53,6 @@
#include <openssl/rc4.h>
#endif
-#include "slist.h"
#include "npppd.h"
#include "debugutil.h"