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
commitf02ed2588c7917dc5b92c97841ea09a314c7be10 (patch)
treea9c417fe63b3c1f21c7f955e6f9898066cdbe0ea /src/lib/libcrypto/krb5
parent1daf1f522a26bc92ef488c760b18c65ff223b0af (diff)
downloadopenbsd-f02ed2588c7917dc5b92c97841ea09a314c7be10.tar.gz
openbsd-f02ed2588c7917dc5b92c97841ea09a314c7be10.tar.bz2
openbsd-f02ed2588c7917dc5b92c97841ea09a314c7be10.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)