summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/ameth_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-07-04 23:12:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-07-04 23:12:52 +0000
commitd4cdbab99b8ead6ae2462d6b452f8b2462ca8733 (patch)
tree293758bf967241b3621e2cc8af8d52907c06ff07 /crypto/asn1/ameth_lib.c
parent5f834ab123af6444b7cffe21849e434ad6479f8a (diff)
Avoid warnings with -pedantic, specifically:
Conversion between void * and function pointer. Value computed not used. Signed/unsigned argument.
Diffstat (limited to 'crypto/asn1/ameth_lib.c')
-rw-r--r--crypto/asn1/ameth_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/ameth_lib.c b/crypto/asn1/ameth_lib.c
index d155791324..47cbdd28d0 100644
--- a/crypto/asn1/ameth_lib.c
+++ b/crypto/asn1/ameth_lib.c
@@ -94,7 +94,7 @@ static const EVP_PKEY_ASN1_METHOD *standard_methods[] =
};
typedef int sk_cmp_fn_type(const char * const *a, const char * const *b);
-DECLARE_STACK_OF(EVP_PKEY_ASN1_METHOD);
+DECLARE_STACK_OF(EVP_PKEY_ASN1_METHOD)
static STACK_OF(EVP_PKEY_ASN1_METHOD) *app_methods = NULL;