mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
12 lines
340 B
C
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);
|