summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2016-12-27 15:31:16 +0000
committerjsing <>2016-12-27 15:31:16 +0000
commitfbf91ed3e4acdc1765ac8dc5605755cd556c0003 (patch)
tree2dd9a8d48bc228ea09e98e82c9546cd8cf5415c4 /src
parent82d93abfbbf36eec07591f83d006e5504abdfdb8 (diff)
downloadopenbsd-fbf91ed3e4acdc1765ac8dc5605755cd556c0003.tar.gz
openbsd-fbf91ed3e4acdc1765ac8dc5605755cd556c0003.tar.bz2
openbsd-fbf91ed3e4acdc1765ac8dc5605755cd556c0003.zip
Expand DECLARE_ASN1_ITEM macros - no change to preprocessor output.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/pkcs12/pkcs12.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/pkcs12/pkcs12.h b/src/lib/libcrypto/pkcs12/pkcs12.h
index 6061bef185..2d7cf24849 100644
--- a/src/lib/libcrypto/pkcs12/pkcs12.h
+++ b/src/lib/libcrypto/pkcs12/pkcs12.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: pkcs12.h,v 1.14 2016/09/04 17:19:33 jsing Exp $ */ 1/* $OpenBSD: pkcs12.h,v 1.15 2016/12/27 15:31:16 jsing Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 1999. 3 * project 1999.
4 */ 4 */
@@ -255,8 +255,8 @@ PKCS12_BAGS *d2i_PKCS12_BAGS(PKCS12_BAGS **a, const unsigned char **in, long len
255int i2d_PKCS12_BAGS(PKCS12_BAGS *a, unsigned char **out); 255int i2d_PKCS12_BAGS(PKCS12_BAGS *a, unsigned char **out);
256extern const ASN1_ITEM PKCS12_BAGS_it; 256extern const ASN1_ITEM PKCS12_BAGS_it;
257 257
258DECLARE_ASN1_ITEM(PKCS12_SAFEBAGS) 258extern const ASN1_ITEM PKCS12_SAFEBAGS_it;
259DECLARE_ASN1_ITEM(PKCS12_AUTHSAFES) 259extern const ASN1_ITEM PKCS12_AUTHSAFES_it;
260 260
261void PKCS12_PBE_add(void); 261void PKCS12_PBE_add(void);
262int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, 262int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,