From 9e01a15a9e7a21c24d7218d9348be55257b501cd Mon Sep 17 00:00:00 2001 From: Jean-Yves Lefort Date: Mon, 23 May 2005 22:21:25 +0000 Subject: Add openscep. OpenSCEP is an open source implementation of the SCEP protocol used by Cisco routers for certificate enrollment to build VPNs. It implements most of the draft specification. OpenSCEP includes a client and a server implementation, as well as some CGI programs to simplify certificate and revocation list management. WWW: http://openscep.othello.ch/ PR: ports/81264 Submitted by: Vsevolod Stakhov --- security/openscep/files/patch-scepd_dn2xid.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 security/openscep/files/patch-scepd_dn2xid.c (limited to 'security/openscep/files/patch-scepd_dn2xid.c') diff --git a/security/openscep/files/patch-scepd_dn2xid.c b/security/openscep/files/patch-scepd_dn2xid.c new file mode 100644 index 000000000000..13b79fec6b1c --- /dev/null +++ b/security/openscep/files/patch-scepd_dn2xid.c @@ -0,0 +1,10 @@ +--- scepd/dn2xid.c.orig Mon Mar 26 14:36:47 2001 ++++ scepd/dn2xid.c Thu May 19 16:26:46 2005 +@@ -11,6 +11,7 @@ + #include + #include + #include ++#include + #include + #include + #include -- cgit v1.2.3