fix warnings when building openssl with the following compiler options:
authorNils Larsch <nils@openssl.org>
Sun, 28 Aug 2005 22:49:57 +0000 (22:49 +0000)
committerNils Larsch <nils@openssl.org>
Sun, 28 Aug 2005 22:49:57 +0000 (22:49 +0000)
commit8215e7a93897347a97de87b3d26fe84cc8a5b05d
tree8b36ff9369a0e0a6f6fde828209564a32715080c
parentf7622f86d939c2761b2ab148311b870e0785df12
fix warnings when building openssl with the following compiler options:
        -Wmissing-prototypes -Wcomment -Wformat -Wimplicit -Wmain -Wmultichar
        -Wswitch -Wshadow -Wtrigraphs -Werror -Wchar-subscripts
        -Wstrict-prototypes -Wreturn-type -Wpointer-arith  -W -Wunused
        -Wno-unused-parameter -Wuninitialized
22 files changed:
crypto/asn1/a_strex.c
crypto/asn1/asn1_par.c
crypto/bf/bf_enc.c
crypto/bn/bn.h
crypto/bn/bn_div.c
crypto/bn/bn_gcd.c
crypto/bn/bn_recp.c
crypto/bn/bn_sqr.c
crypto/dso/dso_null.c
crypto/ec/ectest.c
crypto/engine/eng_openssl.c
crypto/evp/e_null.c
crypto/evp/e_rc4.c
crypto/evp/e_xcbc_d.c
crypto/objects/obj_dat.h
crypto/objects/obj_dat.pl
crypto/rand/randtest.c
crypto/rsa/rsa_depr.c
crypto/rsa/rsa_pss.c
crypto/sha/sha256t.c
crypto/sha/sha512t.c
ssl/ssl_lib.c