From f02ed2588c7917dc5b92c97841ea09a314c7be10 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 22 May 2014 17:53:00 +0000 Subject: Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the libssl tree from all uses of these defines. ok miod@ --- src/lib/libcrypto/krb5/krb5_asn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/krb5') diff --git a/src/lib/libcrypto/krb5/krb5_asn.h b/src/lib/libcrypto/krb5/krb5_asn.h index 41725d0dc4..1591c13540 100644 --- a/src/lib/libcrypto/krb5/krb5_asn.h +++ b/src/lib/libcrypto/krb5/krb5_asn.h @@ -227,7 +227,7 @@ DECLARE_STACK_OF(KRB5_AUTHENTBODY) ** DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) = ** type *d2i_##name(type **a, const unsigned char **in, long len); ** int i2d_##name(type *a, unsigned char **out); -** DECLARE_ASN1_ITEM(itname) = OPENSSL_EXTERN const ASN1_ITEM itname##_it +** DECLARE_ASN1_ITEM(itname) = extern const ASN1_ITEM itname##_it */ DECLARE_ASN1_FUNCTIONS(KRB5_ENCDATA) -- cgit v1.2.3-55-g6feb