diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-23 22:21:25 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-23 22:21:25 +0000 |
commit | 9e01a15a9e7a21c24d7218d9348be55257b501cd (patch) | |
tree | bc94d035785acb4bf8d5af10a8b5a9ded60b9b52 /security/openscep/files/patch-scepd_dn2xid.c | |
parent | They don't seem to be releasing new versions of this app anymore. (diff) |
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 <vsevolod@highsecure.ru>
Diffstat (limited to 'security/openscep/files/patch-scepd_dn2xid.c')
-rw-r--r-- | security/openscep/files/patch-scepd_dn2xid.c | 10 |
1 files changed, 10 insertions, 0 deletions
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 <ldap.h> + #include <unistd.h> + #include <openssl/bio.h> ++#include <openssl/evp.h> + #include <openssl/x509.h> + #include <openssl/err.h> + #include <fingerprint.h> |