From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 20 Aug 2020 21:32:00 +0000 (+0200)
Subject: Adjust Source tags
X-Git-Tag: v_3_0_29~209
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/static/faq/static/@default-cgi@?a=commitdiff_plain;h=07d3ffdfb75d55d07fa8fc9e79f7829d9e8e476f;p=privoxy.git

Adjust Source tags

Sponsored by: Robert Klemme
---

diff --git a/ssl_common.c b/ssl_common.c
index 7a62d413..20c1b24f 100644
--- a/ssl_common.c
+++ b/ssl_common.c
@@ -1,6 +1,6 @@
 /*********************************************************************
  *
- * File        :  $Source: /cvsroot/ijbswa/current/ssl.c,v $
+ * File        :  $Source: /cvsroot/ijbswa/current/ssl_common.c,v $
  *
  * Purpose     :  File with TLS/SSL extension. Contains methods for
  *                creating, using and closing TLS/SSL connections that do
diff --git a/ssl_common.h b/ssl_common.h
index 86dab981..3caa17cf 100644
--- a/ssl_common.h
+++ b/ssl_common.h
@@ -2,7 +2,7 @@
 #define SSL_COMMON_H_INCLUDED
 /*********************************************************************
 *
-* File        :  $Source: /cvsroot/ijbswa/current/ssl.h,v $
+* File        :  $Source: /cvsroot/ijbswa/current/ssl_common.h,v $
 *
 * Purpose     :  File with TLS/SSL extension. Contains methods for
 *                creating, using and closing TLS/SSL connections that do