ports/security/zxid/files/patch-pkcs12.c
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

13 lines
407 B
C

--- pkcs12.c.orig 2016-02-29 00:16:50 UTC
+++ pkcs12.c
@@ -99,6 +99,10 @@
#define _STACK STACK
#endif
+#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER < 0x10000000L
+#define _STACK STACK
+#endif
+
/* ================= P K C S 1 2 C O N V E R S I O N S ================ */
/* Convert pem formatted certificate and private key into PKCS12
* object suitable for importing to browsers.