openbsd-ports/devel/opencm/patches/patch-base_src_client_opencm_c
todd 694027cd6c remove the nogc flavor, pointless now that boehm-gc works again
update to the last public release opencm0.1.2alpha7pl1-1
2003-10-15 13:12:04 +00:00

14 lines
406 B
Plaintext

$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;