]> git.ipfire.org Git - thirdparty/openssl.git/commit
fix warnings when building openssl with (gcc 3.3.1):
authorNils Larsch <nils@openssl.org>
Sun, 28 Aug 2005 23:20:52 +0000 (23:20 +0000)
committerNils Larsch <nils@openssl.org>
Sun, 28 Aug 2005 23:20:52 +0000 (23:20 +0000)
commit7f622f6c04f149e7402c6f2f5c49bb9c69f4e891
tree279190d86a139629eb766510b9e3334a3d05d817
parent801136bcc2e6e4eb48df6d43401a1c1db6a9742c
fix warnings when building openssl with (gcc 3.3.1):
-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
27 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/rand_unix.c
crypto/rand/randtest.c
crypto/rc4/rc4test.c
crypto/rsa/rsa_depr.c
crypto/rsa/rsa_pss.c
crypto/sha/sha512t.c
engines/e_cswift.c
ssl/d1_both.c
ssl/d1_clnt.c
ssl/d1_srvr.c
ssl/ssl_lib.c