aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-02-06 10:36:41 +0000
committerJoão Valverde <j@v6e.pt>2023-02-06 15:52:10 +0000
commit02238edf92978091d114041a35c9db16604296d9 (patch)
tree24f3d9c3e2964db9307526221cb6d7c122f604a4 /ui
parent71cfbd81b33685eddde52fbaf12fd0ddced53f79 (diff)
Do not require using wsgcrypt.h
The reason to use wsgcrypt.h was to wrap it around DIAG_OFF() macros and that should no longer be necessary.
Diffstat (limited to 'ui')
-rw-r--r--ui/summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/summary.c b/ui/summary.c
index fedaefea86..127698fd5c 100644
--- a/ui/summary.c
+++ b/ui/summary.c
@@ -15,7 +15,7 @@
#include <epan/packet.h>
#include <wsutil/file_util.h>
-#include <wsutil/wsgcrypt.h>
+#include <gcrypt.h>
#include "cfile.h"
#include "ui/summary.h"