mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
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`
13 lines
407 B
C
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.
|