mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
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>
11 lines
277 B
C
11 lines
277 B
C
--- lib/http.c.orig Thu May 19 16:37:26 2005
|
|
+++ lib/http.c Thu May 19 16:38:42 2005
|
|
@@ -19,6 +19,7 @@
|
|
#include <string.h>
|
|
#include <openssl/err.h>
|
|
#include <arpa/inet.h>
|
|
+#include <netinet/in.h>
|
|
|
|
/*
|
|
* parse the url given in the second argument and fill in the h member
|