aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-10-12 19:29:00 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-10-12 19:29:00 +0000
commitaa57b221e340750022703c6a91ec261d03b8c8fb (patch)
tree2c59eb0fc1f43fb5936ad8586610d6e822d4c953
parent466c5439e5de69b3fd4c39215ef0a6ea44dc23ac (diff)
downloadstrongswan-aa57b221e340750022703c6a91ec261d03b8c8fb.tar.bz2
strongswan-aa57b221e340750022703c6a91ec261d03b8c8fb.tar.xz
added RCSID
-rw-r--r--src/libstrongswan/asn1/asn1.c2
-rw-r--r--src/libstrongswan/asn1/asn1.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/libstrongswan/asn1/asn1.c b/src/libstrongswan/asn1/asn1.c
index 720461649..e2ffd8c5b 100644
--- a/src/libstrongswan/asn1/asn1.c
+++ b/src/libstrongswan/asn1/asn1.c
@@ -11,6 +11,8 @@
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
+ *
+ * RCSID $Id$
*/
#include <stdio.h>
diff --git a/src/libstrongswan/asn1/asn1.h b/src/libstrongswan/asn1/asn1.h
index 37f1ac980..ef19ea064 100644
--- a/src/libstrongswan/asn1/asn1.h
+++ b/src/libstrongswan/asn1/asn1.h
@@ -11,6 +11,8 @@
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
+ *
+ * RCSID $Id$
*/
#ifndef _ASN1_H