diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2014-08-29 16:56:34 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2014-08-29 16:56:34 +0000 |
commit | edc1598cfcaeb11371a508fd6806640219431195 (patch) | |
tree | 0d9a4b7bfa90a792c41e0c205427ea4586f4b16e /net-mgmt/send | |
parent | 6b4f64cd66291e69dd3f03d0acf4d3fcc23a3c90 (diff) |
Notes
Diffstat (limited to 'net-mgmt/send')
-rw-r--r-- | net-mgmt/send/files/patch-include-cga_keyutils.h | 6 | ||||
-rw-r--r-- | net-mgmt/send/files/patch-include-pkixip_ext_asn.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/send/files/patch-include-cga_keyutils.h b/net-mgmt/send/files/patch-include-cga_keyutils.h index 4b7465e08f98..fa4c8c6e7b3d 100644 --- a/net-mgmt/send/files/patch-include-cga_keyutils.h +++ b/net-mgmt/send/files/patch-include-cga_keyutils.h @@ -1,10 +1,10 @@ ---- include/cga_keyutils.h.orig 2014-08-20 04:17:35.000000000 +0900 -+++ include/cga_keyutils.h 2014-08-20 04:17:58.000000000 +0900 +--- include/cga_keyutils.h.orig 2010-08-28 17:58:02.000000000 +0900 ++++ include/cga_keyutils.h 2014-08-30 01:53:41.000000000 +0900 @@ -36,6 +36,9 @@ #include <openssl/x509.h> #include <openssl/evp.h> #include <openssl/stack.h> -+#ifndef STACK ++#if OPENSSL_VERSION_NUMBER >= 0x0090900fL +#define STACK _STACK +#endif #include <cga.h> diff --git a/net-mgmt/send/files/patch-include-pkixip_ext_asn.h b/net-mgmt/send/files/patch-include-pkixip_ext_asn.h index 145fcd909d5f..6ccde70c364c 100644 --- a/net-mgmt/send/files/patch-include-pkixip_ext_asn.h +++ b/net-mgmt/send/files/patch-include-pkixip_ext_asn.h @@ -1,11 +1,11 @@ ---- include/pkixip_ext_asn.h.orig 2014-08-20 04:16:53.000000000 +0900 -+++ include/pkixip_ext_asn.h 2014-08-20 04:17:09.000000000 +0900 +--- include/pkixip_ext_asn.h.orig 2010-08-28 17:58:02.000000000 +0900 ++++ include/pkixip_ext_asn.h 2014-08-30 01:54:23.000000000 +0900 @@ -33,6 +33,10 @@ #ifndef _PKIXIP_EXT_ASN_H #define _PKIXIP_EXT_ASN_H +#include <openssl/stack.h> -+#ifndef STACK ++#if OPENSSL_VERSION_NUMBER >= 0x0090900fL +#define STACK _STACK +#endif #include <openssl/asn1t.h> |