summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/krb5
diff options
context:
space:
mode:
authorjsing <>2014-05-22 17:53:00 +0000
committerjsing <>2014-05-22 17:53:00 +0000
commit6ad0ba42a7ed2a0a965264f958d1610e77ea3392 (patch)
treea9c417fe63b3c1f21c7f955e6f9898066cdbe0ea /src/lib/libcrypto/krb5
parent44969861a5fe3788fcc9114e6b407a669e709ad0 (diff)
downloadopenbsd-6ad0ba42a7ed2a0a965264f958d1610e77ea3392.tar.gz
openbsd-6ad0ba42a7ed2a0a965264f958d1610e77ea3392.tar.bz2
openbsd-6ad0ba42a7ed2a0a965264f958d1610e77ea3392.zip
Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the
libssl tree from all uses of these defines. ok miod@
Diffstat (limited to 'src/lib/libcrypto/krb5')
-rw-r--r--src/lib/libcrypto/krb5/krb5_asn.h2
1 files changed, 1 insertions, 1 deletions
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)
227** DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) = 227** DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) =
228** type *d2i_##name(type **a, const unsigned char **in, long len); 228** type *d2i_##name(type **a, const unsigned char **in, long len);
229** int i2d_##name(type *a, unsigned char **out); 229** int i2d_##name(type *a, unsigned char **out);
230** DECLARE_ASN1_ITEM(itname) = OPENSSL_EXTERN const ASN1_ITEM itname##_it 230** DECLARE_ASN1_ITEM(itname) = extern const ASN1_ITEM itname##_it
231*/ 231*/
232 232
233DECLARE_ASN1_FUNCTIONS(KRB5_ENCDATA) 233DECLARE_ASN1_FUNCTIONS(KRB5_ENCDATA)