summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2016-12-27 15:31:16 +0000
committerjsing <jsing@openbsd.org>2016-12-27 15:31:16 +0000
commit700f449582ee7b8e7c49480a60c2cd78f79578a4 (patch)
tree2d948f2ecff8d23e429c587a4b3e2ffeefb0db8c
parentExpand DECLARE_ASN1_ITEM macros - no change in preprocessor output. (diff)
downloadwireguard-openbsd-700f449582ee7b8e7c49480a60c2cd78f79578a4.tar.xz
wireguard-openbsd-700f449582ee7b8e7c49480a60c2cd78f79578a4.zip
Expand DECLARE_ASN1_ITEM macros - no change to preprocessor output.
-rw-r--r--lib/libcrypto/pkcs12/pkcs12.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/pkcs12/pkcs12.h b/lib/libcrypto/pkcs12/pkcs12.h
index 6061bef185b..2d7cf248495 100644
--- a/lib/libcrypto/pkcs12/pkcs12.h
+++ b/lib/libcrypto/pkcs12/pkcs12.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pkcs12.h,v 1.14 2016/09/04 17:19:33 jsing Exp $ */
+/* $OpenBSD: pkcs12.h,v 1.15 2016/12/27 15:31:16 jsing Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 1999.
*/
@@ -255,8 +255,8 @@ PKCS12_BAGS *d2i_PKCS12_BAGS(PKCS12_BAGS **a, const unsigned char **in, long len
int i2d_PKCS12_BAGS(PKCS12_BAGS *a, unsigned char **out);
extern const ASN1_ITEM PKCS12_BAGS_it;
-DECLARE_ASN1_ITEM(PKCS12_SAFEBAGS)
-DECLARE_ASN1_ITEM(PKCS12_AUTHSAFES)
+extern const ASN1_ITEM PKCS12_SAFEBAGS_it;
+extern const ASN1_ITEM PKCS12_AUTHSAFES_it;
void PKCS12_PBE_add(void);
int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,