ports/net-mgmt/send/files/patch-include-cga_keyutils.h
2019-03-17 11:28:18 +00:00

12 lines
340 B
C

--- include/cga_keyutils.h.orig 2019-02-27 16:25:45 UTC
+++ include/cga_keyutils.h
@@ -36,6 +36,9 @@
#include <openssl/x509.h>
#include <openssl/evp.h>
#include <openssl/stack.h>
+#if OPENSSL_VERSION_NUMBER >= 0x0090900fL
+#define STACK _STACK
+#endif
#include <cga.h>
extern int cga_add_key(cga_ctx_t *, EVP_PKEY *, int, uint16_t);