From 0f0c6c527fe938e749fea42296b5045210d40cdd Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Windows 11)" <rob@synchro.net> Date: Mon, 6 Nov 2023 12:07:37 -0800 Subject: [PATCH] Remove CVS comment --- src/sbbs3/js_cryptcert.c | 2 -- src/sbbs3/js_cryptcon.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/sbbs3/js_cryptcert.c b/src/sbbs3/js_cryptcert.c index 85465c8ca5..1bc7ef6c42 100644 --- a/src/sbbs3/js_cryptcert.c +++ b/src/sbbs3/js_cryptcert.c @@ -1,5 +1,3 @@ -/* $Id: js_cryptcert.c,v 1.8 2018/02/26 07:05:10 deuce Exp $ */ - // Cyrptlib Certificates... #include "sbbs.h" diff --git a/src/sbbs3/js_cryptcon.c b/src/sbbs3/js_cryptcon.c index 6c28d8a8fb..5c523109f8 100644 --- a/src/sbbs3/js_cryptcon.c +++ b/src/sbbs3/js_cryptcon.c @@ -1,5 +1,3 @@ -/* $Id: js_cryptcon.c,v 1.20 2018/04/06 02:42:37 rswindell Exp $ */ - // Cyrptlib encryption context... #include "sbbs.h" -- GitLab