openbsd-ports/comms/kermit/patches/patch-ck_ssl_c
naddy 7a5216fd8c Build with SSL support; from Jimmy Olgeni <olgeni@FreeBSD.org>.
Update to 8.0.201.  Changes in this release:
* A more natural user interface for the FTP client.
* Up/Down Arrow keys for command recall.
* SET ESCAPE now lets you choose 8-bit characters.
* A more-flexible SHOW VARIABLES command.
* Bug fixes.
2002-02-15 11:34:42 +00:00

16 lines
403 B
Plaintext

$OpenBSD: patch-ck_ssl_c,v 1.1 2002/02/15 11:34:42 naddy Exp $
--- ck_ssl.c.orig Thu Feb 14 23:19:58 2002
+++ ck_ssl.c Thu Feb 14 23:20:22 2002
@@ -29,9 +29,11 @@ char *cksslv = "SSL/TLS support, 8.0.190
#include <string.h>
#ifdef UNIX
#include <netinet/in.h>
+#ifndef OPENBSD
#ifndef FREEBSD4
#include <arpa/inet.h>
#endif /* FREEBSD4 */
+#endif /* OPENBSD */
#endif /* UNIX */
#ifdef CK_SSL