diff options
author | jsing <> | 2016-12-27 15:35:59 +0000 |
---|---|---|
committer | jsing <> | 2016-12-27 15:35:59 +0000 |
commit | c2276042e5a53d87c50abdd7d06a5a1133073d11 (patch) | |
tree | 1dd0f6ccfc28d1f83335ec2391dd9409c2aabf68 | |
parent | fbf91ed3e4acdc1765ac8dc5605755cd556c0003 (diff) | |
download | openbsd-c2276042e5a53d87c50abdd7d06a5a1133073d11.tar.gz openbsd-c2276042e5a53d87c50abdd7d06a5a1133073d11.tar.bz2 openbsd-c2276042e5a53d87c50abdd7d06a5a1133073d11.zip |
Expand DECLARE_ASN1_ITEM - no change to preprocessor output.
-rw-r--r-- | src/lib/libcrypto/pkcs7/pkcs7.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/pkcs7/pkcs7.h b/src/lib/libcrypto/pkcs7/pkcs7.h index 4fc0fd5f96..ab9f5dc534 100644 --- a/src/lib/libcrypto/pkcs7/pkcs7.h +++ b/src/lib/libcrypto/pkcs7/pkcs7.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pkcs7.h,v 1.15 2016/09/04 17:20:55 jsing Exp $ */ | 1 | /* $OpenBSD: pkcs7.h,v 1.16 2016/12/27 15:35:59 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -321,8 +321,8 @@ PKCS7 *d2i_PKCS7(PKCS7 **a, const unsigned char **in, long len); | |||
321 | int i2d_PKCS7(PKCS7 *a, unsigned char **out); | 321 | int i2d_PKCS7(PKCS7 *a, unsigned char **out); |
322 | extern const ASN1_ITEM PKCS7_it; | 322 | extern const ASN1_ITEM PKCS7_it; |
323 | 323 | ||
324 | DECLARE_ASN1_ITEM(PKCS7_ATTR_SIGN) | 324 | extern const ASN1_ITEM PKCS7_ATTR_SIGN_it; |
325 | DECLARE_ASN1_ITEM(PKCS7_ATTR_VERIFY) | 325 | extern const ASN1_ITEM PKCS7_ATTR_VERIFY_it; |
326 | 326 | ||
327 | DECLARE_ASN1_NDEF_FUNCTION(PKCS7) | 327 | DECLARE_ASN1_NDEF_FUNCTION(PKCS7) |
328 | DECLARE_ASN1_PRINT_FUNCTION(PKCS7) | 328 | DECLARE_ASN1_PRINT_FUNCTION(PKCS7) |