1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/security/openscep/files/patch-lib_http.c
Jean-Yves Lefort 9e01a15a9e 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>
2005-05-23 22:21:25 +00:00

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