7a4511dd64
-- OpenCDK (Open Crypto Development Kit) provides basic parts of the OpenPGP message format. The aim of the library is *not* to replace any available OpenPGP version. There will be no real support for key management (sign, revoke, alter preferences, etc) and some other parts are only rudimentary available. The main purpose is to handle and understand OpenPGP packets and to use basic operations. From: Jim Geovedi <jim@corebsd.or.id>
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
$OpenBSD: patch-src_keyserver_c,v 1.1.1.1 2003/05/02 04:01:25 margarida Exp $
|
|
--- src/keyserver.c.orig Wed Apr 30 18:12:13 2003
|
|
+++ src/keyserver.c Wed Apr 30 18:12:25 2003
|
|
@@ -24,6 +24,7 @@
|
|
#endif
|
|
#include <stdio.h>
|
|
#ifdef HAVE_NETDB_H
|
|
+# include <sys/types.h>
|
|
# include <sys/socket.h>
|
|
# include <netinet/in.h>
|
|
# include <arpa/inet.h>
|