diff options
author | jsing <> | 2014-05-22 17:53:00 +0000 |
---|---|---|
committer | jsing <> | 2014-05-22 17:53:00 +0000 |
commit | f02ed2588c7917dc5b92c97841ea09a314c7be10 (patch) | |
tree | a9c417fe63b3c1f21c7f955e6f9898066cdbe0ea /src/lib/libcrypto/krb5 | |
parent | 1daf1f522a26bc92ef488c760b18c65ff223b0af (diff) | |
download | openbsd-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.h | 2 |
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 | ||
233 | DECLARE_ASN1_FUNCTIONS(KRB5_ENCDATA) | 233 | DECLARE_ASN1_FUNCTIONS(KRB5_ENCDATA) |