Adjust Source tags
authorFabian Keil <fk@fabiankeil.de>
Thu, 20 Aug 2020 21:32:00 +0000 (23:32 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 1 Sep 2020 10:22:42 +0000 (12:22 +0200)
Sponsored by: Robert Klemme

ssl_common.c
ssl_common.h

index 7a62d41..20c1b24 100644 (file)
@@ -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
index 86dab98..3caa17c 100644 (file)
@@ -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