9e01a15a9e
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>
10 lines
282 B
C
10 lines
282 B
C
--- 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>
|