From 4da1467d0f90f231614133fb414098c9a199548e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Wed, 7 Feb 2024 19:10:25 -0500
Subject: [PATCH] Disable cryptlib in sbbs.h as well (but re-enable it)

---
 src/sbbs3/gtkmonitor/gtkmonitor.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/sbbs3/gtkmonitor/gtkmonitor.h b/src/sbbs3/gtkmonitor/gtkmonitor.h
index f69d21f4cf..3d44d824a1 100644
--- a/src/sbbs3/gtkmonitor/gtkmonitor.h
+++ b/src/sbbs3/gtkmonitor/gtkmonitor.h
@@ -4,7 +4,10 @@
 #include <gtk/gtk.h>
 
 #undef JAVASCRIPT
+// Disable it here since we don't need the sbbs_t bits
+#undef USE_CRYPTLIB
 #include "sbbs.h"
+#define USE_CRYPTLIB
 
 struct gtkmonitor_config {
 	char	view_stdout[MAX_PATH+1];	/* %f | xmessage -file - */
-- 
GitLab