aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-01-22 10:52:26 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-01-22 10:52:26 +0000
commit5bb8fcc074f713af03ab8399cfc57e6e8d7bbade (patch)
treefe8b758d3e99b1a3799735a1f83b5265cb911fe0 /src
parent2e3d4743d3c065f210f43c1d622523ae726319f1 (diff)
downloadstrongswan-5bb8fcc074f713af03ab8399cfc57e6e8d7bbade.tar.bz2
strongswan-5bb8fcc074f713af03ab8399cfc57e6e8d7bbade.tar.xz
added RCSID
Diffstat (limited to 'src')
-rw-r--r--src/libstrongswan/crypto/ocsp.c1
-rw-r--r--src/libstrongswan/crypto/ocsp.h5
2 files changed, 5 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/ocsp.c b/src/libstrongswan/crypto/ocsp.c
index 627a8aa4e..4bbec31de 100644
--- a/src/libstrongswan/crypto/ocsp.c
+++ b/src/libstrongswan/crypto/ocsp.c
@@ -22,6 +22,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
+ * RCSID $Id$
*/
#include <unistd.h>
diff --git a/src/libstrongswan/crypto/ocsp.h b/src/libstrongswan/crypto/ocsp.h
index 42059e1c6..e468bb8be 100644
--- a/src/libstrongswan/crypto/ocsp.h
+++ b/src/libstrongswan/crypto/ocsp.h
@@ -6,9 +6,11 @@
*/
/* Support of the Online Certificate Status Protocol (OCSP) Support
+ *
* Copyright (C) 2003 Christoph Gysin, Simon Zwahlen
* Copyright (C) 2007 Andreas Steffen
- * Hochschule fuer Technik Rapperswil, Switzerland
+ *
+ * Hochschule fuer Technik Rapperswil, Switzerland
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
@@ -20,6 +22,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
+ * RCSID $Id$
*/
#ifndef OCSP_H_