diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2015-02-22 15:19:57 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2015-02-22 15:19:57 +0000 |
commit | 5cb43e292b4dd5d24d2bf26ae646d6de16547ff5 (patch) | |
tree | 87dbd8d5bacc2409f23c9f771f606e2a18ad717b /lib/libcrypto | |
parent | 0d6b3ae63965cf7489529db6341b153a7e4ba41f (diff) |
Remove IMPLEMENT_STACK_OF noops.
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/asn1/asn_mime.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/asn1/asn_mime.c b/lib/libcrypto/asn1/asn_mime.c index 4759965489f..1d82f1a76fd 100644 --- a/lib/libcrypto/asn1/asn_mime.c +++ b/lib/libcrypto/asn1/asn_mime.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asn_mime.c,v 1.25 2015/02/10 11:22:21 jsing Exp $ */ +/* $OpenBSD: asn_mime.c,v 1.26 2015/02/22 15:19:56 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ @@ -87,7 +87,6 @@ typedef struct { } MIME_HEADER; DECLARE_STACK_OF(MIME_HEADER) -IMPLEMENT_STACK_OF(MIME_HEADER) static int asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags, const ASN1_ITEM *it); |