added RCSID

This commit is contained in:
Andreas Steffen
2008-01-22 10:52:26 +00:00
parent 2e3d4743d3
commit 5bb8fcc074
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details. * for more details.
* *
* RCSID $Id$
*/ */
#include <unistd.h> #include <unistd.h>
+4 -1
View File
@@ -6,9 +6,11 @@
*/ */
/* Support of the Online Certificate Status Protocol (OCSP) Support /* Support of the Online Certificate Status Protocol (OCSP) Support
*
* Copyright (C) 2003 Christoph Gysin, Simon Zwahlen * Copyright (C) 2003 Christoph Gysin, Simon Zwahlen
* Copyright (C) 2007 Andreas Steffen * 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 * 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 * 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 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details. * for more details.
* *
* RCSID $Id$
*/ */
#ifndef OCSP_H_ #ifndef OCSP_H_