summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2016-12-27 16:12:47 +0000
committerjsing <>2016-12-27 16:12:47 +0000
commitb3ae6227d34804a278856dd3e00810d4af18d36e (patch)
tree559e84fb0e153e6ace8fb0fb8031564d6bdf57d7 /src
parent9830c0c2f4e3fa77a560c7038e2da35bbc8c1088 (diff)
downloadopenbsd-b3ae6227d34804a278856dd3e00810d4af18d36e.tar.gz
openbsd-b3ae6227d34804a278856dd3e00810d4af18d36e.tar.bz2
openbsd-b3ae6227d34804a278856dd3e00810d4af18d36e.zip
Expand DECLARE_ASN1_{NDEF,PRINT}_FUNCTION macros - no change in
preprocesssor output.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/pkcs7/pkcs7.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/pkcs7/pkcs7.h b/src/lib/libcrypto/pkcs7/pkcs7.h
index d3f398dc34..520cc3c519 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.17 2016/12/27 16:05:57 jsing Exp $ */ 1/* $OpenBSD: pkcs7.h,v 1.18 2016/12/27 16:12:47 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 @@ extern const ASN1_ITEM PKCS7_it;
321extern const ASN1_ITEM PKCS7_ATTR_SIGN_it; 321extern const ASN1_ITEM PKCS7_ATTR_SIGN_it;
322extern const ASN1_ITEM PKCS7_ATTR_VERIFY_it; 322extern const ASN1_ITEM PKCS7_ATTR_VERIFY_it;
323 323
324DECLARE_ASN1_NDEF_FUNCTION(PKCS7) 324int i2d_PKCS7_NDEF(PKCS7 *a, unsigned char **out);
325DECLARE_ASN1_PRINT_FUNCTION(PKCS7) 325int PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx);
326 326
327long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg); 327long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg);
328 328