Avoid warnings with -pedantic, specifically:
[openssl.git] / crypto / evp / pmeth_lib.c
index 8b6647a91da8c212e5a3bee9da5c453fe95fb736..765a6c07dbfd125da1dff55d42aca6df89ae96b3 100644 (file)
@@ -69,7 +69,7 @@
 
 typedef int sk_cmp_fn_type(const char * const *a, const char * const *b);
 
-DECLARE_STACK_OF(EVP_PKEY_METHOD);
+DECLARE_STACK_OF(EVP_PKEY_METHOD)
 STACK_OF(EVP_PKEY_METHOD) *app_pkey_methods = NULL;
 
 extern const EVP_PKEY_METHOD rsa_pkey_meth, dh_pkey_meth, dsa_pkey_meth;