]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/evp/pmeth_lib.c
Enable -Wmissing-variable-declarations and
authorBen Laurie <ben@links.org>
Sat, 5 Sep 2015 12:32:58 +0000 (13:32 +0100)
committerBen Laurie <ben@links.org>
Fri, 11 Sep 2015 03:51:55 +0000 (04:51 +0100)
commitdf2ee0e27d2db02660c1d15fe6a3e38be9df0a60
tree8a86e360b2f0c811186bf7009f20d13b0c65b820
parent4c7103a5eee1dc472e256ac8818610c6e98a9a39
Enable -Wmissing-variable-declarations and
-Wincompatible-pointer-types-discards-qualifiers (the latter did not require
any code changes).

Reviewed-by: Rich Salz <rsalz@openssl.org>
89 files changed:
Configure
apps/apps.h
apps/cms.c
apps/ecparam.c
apps/openssl.c
apps/progs.h
apps/progs.pl
apps/s_cb.c
apps/s_client.c
apps/s_server.c
apps/speed.c
crypto/asn1/ameth_lib.c
crypto/asn1/evp_asn1.c
crypto/asn1/n_pkey.c
crypto/asn1/p5_scrypt.c
crypto/asn1/tasn_prn.c
crypto/bn/Makefile
crypto/bn/bn_dh.c
crypto/bn/bn_srp.c
crypto/cms/cms_asn1.c
crypto/cms/cms_dd.c
crypto/cms/cms_enc.c
crypto/cms/cms_env.c
crypto/cms/cms_ess.c
crypto/cms/cms_kari.c
crypto/cms/cms_lcl.h
crypto/cms/cms_lib.c
crypto/cms/cms_sd.c
crypto/dh/dh_ameth.c
crypto/dh/dh_asn1.c
crypto/dh/dh_rfc5114.c
crypto/dsa/dsa_asn1.c
crypto/ec/ec_asn1.c
crypto/ecdsa/ecs_asn1.c
crypto/engine/Makefile
crypto/engine/eng_cryptodev.c
crypto/evp/Makefile
crypto/evp/pmeth_lib.c
crypto/include/internal/asn1_int.h
crypto/ocsp/Makefile
crypto/ocsp/v3_ocsp.c
crypto/sec_mem.c
crypto/ts/ts_asn1.c
crypto/x509/by_dir.c
crypto/x509/by_file.c
crypto/x509/x_name.c
crypto/x509v3/Makefile
crypto/x509v3/ext_dat.h
crypto/x509v3/v3_addr.c
crypto/x509v3/v3_akey.c
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_asid.c
crypto/x509v3/v3_bcons.c
crypto/x509v3/v3_bitst.c
crypto/x509v3/v3_cpols.c
crypto/x509v3/v3_crld.c
crypto/x509v3/v3_enum.c
crypto/x509v3/v3_extku.c
crypto/x509v3/v3_ia5.c
crypto/x509v3/v3_info.c
crypto/x509v3/v3_int.c
crypto/x509v3/v3_ncons.c
crypto/x509v3/v3_pci.c
crypto/x509v3/v3_pcons.c
crypto/x509v3/v3_pku.c
crypto/x509v3/v3_pmaps.c
crypto/x509v3/v3_scts.c
crypto/x509v3/v3_skey.c
crypto/x509v3/v3_sxnet.c
include/openssl/asn1t.h
include/openssl/cmac.h
include/openssl/dh.h
include/openssl/dsa.h
include/openssl/ec.h
include/openssl/hmac.h
include/openssl/rsa.h
include/openssl/ssl.h
ssl/Makefile
ssl/ssl_asn1.c
ssl/ssl_lib.c
test/Makefile
test/bntest.c
test/ecdsatest.c
test/gost2814789test.c
test/ideatest.c
test/sha256t.c
test/sha512t.c
test/ssltest.c
test/wp_test.c