diff options
author | Martin Willi <martin@strongswan.org> | 2008-03-26 15:21:50 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-03-26 15:21:50 +0000 |
commit | 7b88a983d8dfb6fa8137bcc53d0e97054cfb18fe (patch) | |
tree | c2a7356d574958d2dc9839ab421f47a6bdabe64c /src/libstrongswan/credentials/certificates/ocsp_request.c | |
parent | 391abda0828ea4d7bd1b9e9f81ff7b3108e65c4d (diff) | |
download | strongswan-7b88a983d8dfb6fa8137bcc53d0e97054cfb18fe.tar.bz2 strongswan-7b88a983d8dfb6fa8137bcc53d0e97054cfb18fe.tar.xz |
caching of ocsp responses (experimental), no crl caching yet
Diffstat (limited to 'src/libstrongswan/credentials/certificates/ocsp_request.c')
-rw-r--r-- | src/libstrongswan/credentials/certificates/ocsp_request.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/libstrongswan/credentials/certificates/ocsp_request.c b/src/libstrongswan/credentials/certificates/ocsp_request.c deleted file mode 100644 index 0958be4a0..000000000 --- a/src/libstrongswan/credentials/certificates/ocsp_request.c +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright (C) 2008 Martin Willi - * Hochschule fuer Technik Rapperswil - * - * 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 - * Free Software Foundation; either version 2 of the License, or (at your - * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>. - * - * This program is distributed in the hope that it will be useful, but - * 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. - * - * $Id$ - */ - -#include "ocsp_request.h" - |