From 9838b604dcf4f6ad988c87d5712dad31422f5078 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 20 Feb 2018 00:31:21 +0000
Subject: [PATCH] Removed unused variable (scfg).

---
 src/sbbs3/ssl.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/sbbs3/ssl.c b/src/sbbs3/ssl.c
index 11140a24a1..fc7553e78e 100644
--- a/src/sbbs3/ssl.c
+++ b/src/sbbs3/ssl.c
@@ -6,8 +6,6 @@
 #include "ssl.h"
 //#include "js_socket.h"	// TODO... move this stuff in here?
 
-static scfg_t	scfg;
-
 void DLLCALL free_crypt_attrstr(char *attr)
 {
 	free(attr);
-- 
GitLab