Source code cleanups: Use void * rather than char * in lhash,
authorUlf Möller <ulf@openssl.org>
Sun, 30 Jan 2000 22:20:28 +0000 (22:20 +0000)
committerUlf Möller <ulf@openssl.org>
Sun, 30 Jan 2000 22:20:28 +0000 (22:20 +0000)
commit9d1a01be8f84143618fc862e1222eb714949fdc1
treeba9639648f25c2d5104368d7e96e8b391e100cc7
parent74235cc9ec3123ee7f51211ea054632ca0cf7c91
Source code cleanups: Use void * rather than char * in lhash,
eliminate some of the -Wcast-qual warnings (debug-ben-strict target)
36 files changed:
Makefile.org
apps/openssl.c
crypto/asn1/a_type.c
crypto/asn1/p7_lib.c
crypto/asn1/x_pkey.c
crypto/bio/b_dump.c
crypto/bio/b_sock.c
crypto/cast/c_ecb.c
crypto/conf/conf.c
crypto/crypto.h
crypto/des/enc_writ.c
crypto/des/str2key.c
crypto/err/err.c
crypto/evp/bio_ok.c
crypto/lhash/lhash.c
crypto/lhash/lhash.h
crypto/md5/md5_dgst.c
crypto/mem.c
crypto/mem_dbg.c
crypto/objects/o_names.c
crypto/objects/obj_dat.c
crypto/rand/rand.h
crypto/rand/randfile.c
crypto/ripemd/rmd_dgst.c
crypto/sha/sha1dgst.c
crypto/sha/sha_dgst.c
crypto/txt_db/txt_db.c
crypto/x509/by_dir.c
crypto/x509/x509_lu.c
crypto/x509/x509_vfy.c
ssl/s23_lib.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_lib.c
ssl/ssl_sess.c
ssl/t1_lib.c