summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto
diff options
context:
space:
mode:
authorjsing <>2015-02-22 15:19:56 +0000
committerjsing <>2015-02-22 15:19:56 +0000
commit3f90621762c98f948fa98621db214a2faeca0885 (patch)
tree403c64a37360372771e028a50a58b35bd1f45c10 /src/lib/libcrypto
parent95effbae9971947851677805d2c07692ec1e9d81 (diff)
downloadopenbsd-3f90621762c98f948fa98621db214a2faeca0885.tar.gz
openbsd-3f90621762c98f948fa98621db214a2faeca0885.tar.bz2
openbsd-3f90621762c98f948fa98621db214a2faeca0885.zip
Remove IMPLEMENT_STACK_OF noops.
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r--src/lib/libcrypto/asn1/asn_mime.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn_mime.c b/src/lib/libcrypto/asn1/asn_mime.c
index 4759965489..1d82f1a76f 100644
--- a/src/lib/libcrypto/asn1/asn_mime.c
+++ b/src/lib/libcrypto/asn1/asn_mime.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn_mime.c,v 1.25 2015/02/10 11:22:21 jsing Exp $ */ 1/* $OpenBSD: asn_mime.c,v 1.26 2015/02/22 15:19:56 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. 3 * project.
4 */ 4 */
@@ -87,7 +87,6 @@ typedef struct {
87} MIME_HEADER; 87} MIME_HEADER;
88 88
89DECLARE_STACK_OF(MIME_HEADER) 89DECLARE_STACK_OF(MIME_HEADER)
90IMPLEMENT_STACK_OF(MIME_HEADER)
91 90
92static int asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags, 91static int asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags,
93 const ASN1_ITEM *it); 92 const ASN1_ITEM *it);