ports/security/zxid/files/patch-zx.h
Dmitry Marakasov e7f144e703 - Fix license. COPYING explicitly states that APACHE20 does not apply, the license is actually commercial:
Commercial software. Please write info@synergetics.be for licensing terms.

LICENSE-2.0.txt does not apply. It is only provided for information,
e.g. on some related software packages.

- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-03-13 02:19:18 +00:00

10 lines
198 B
C

--- zx.h.orig 2016-02-29 00:16:50 UTC
+++ zx.h
@@ -29,6 +29,7 @@
#include <memory.h>
#include <string.h>
#include <stdarg.h>
+#include <limits.h>
#ifdef USE_OPENSSL
#include <openssl/x509.h>