diff --git a/src/sbbs3/gtkmonitor/gtkmonitor.h b/src/sbbs3/gtkmonitor/gtkmonitor.h
index f69d21f4cf0d02950bce2071d5d0929298774564..3d44d824a193a64958dc7a43d1c2a5f517b787dd 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 - */