summaryrefslogtreecommitdiff
path: root/src/openvpn/gremlin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/gremlin.c')
-rw-r--r--src/openvpn/gremlin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openvpn/gremlin.c b/src/openvpn/gremlin.c
index 114cb19..23ce3f0 100644
--- a/src/openvpn/gremlin.c
+++ b/src/openvpn/gremlin.c
@@ -5,7 +5,7 @@
* packet encryption, packet authentication, and
* packet compression.
*
- * Copyright (C) 2002-2018 OpenVPN Inc <sales@openvpn.net>
+ * Copyright (C) 2002-2021 OpenVPN Inc <sales@openvpn.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2
@@ -38,6 +38,7 @@
#include "error.h"
#include "common.h"
+#include "crypto.h"
#include "misc.h"
#include "otime.h"
#include "gremlin.h"