openbsd-ports/devel/opencm/patches/patch-base_src_client_opencm_c

14 lines
406 B
Plaintext
Raw Normal View History

$OpenBSD: patch-base_src_client_opencm_c,v 1.6 2003/10/15 13:12:04 todd Exp $
--- base/src/client/opencm.c.orig Sat Mar 29 16:15:30 2003
+++ base/src/client/opencm.c Tue Apr 1 07:28:01 2003
@@ -48,6 +48,9 @@
OC_bool do_Upgrade = FALSE;
+#include <sys/types.h>
+#include <sys/time.h>
+
SSL_CTX *ssl_ctx = NULL;
int opencmport = OPENCM_PORT; /* unless proven otherwise */
PubKey *this_user = NULL;