diff options
| author | jsing <> | 2014-05-22 17:53:00 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-22 17:53:00 +0000 |
| commit | 6ad0ba42a7ed2a0a965264f958d1610e77ea3392 (patch) | |
| tree | a9c417fe63b3c1f21c7f955e6f9898066cdbe0ea /src/lib/libcrypto/krb5 | |
| parent | 44969861a5fe3788fcc9114e6b407a669e709ad0 (diff) | |
| download | openbsd-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.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) |
