- Don't assume that int and size_t have the same representation
authorBodo Möller <bodo@openssl.org>
Sat, 18 Dec 1999 05:22:50 +0000 (05:22 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 18 Dec 1999 05:22:50 +0000 (05:22 +0000)
commit0cd08cce17f665fe57b650d0d2f983f41c84b273
tree5a2dce811e501c6a4e53b1a293ea10d08f6c90bc
parent03c48fa07b4b94115f080b188341a7c99b3f8eba
- Don't assume that int and size_t have the same representation
  (and that malloc can be called with an int argument).
- Use proper prototypes (with argument list) for various function pointers,
  avoid casts  (however there are still many such cases left in these files).
- Avoid collissions in app_info_cmp if sizeof int != sizeof long.
- Use CRYPTO_LOCK_MALLOC in mem_dbg.c.
crypto/crypto.h
crypto/mem.c
crypto/mem_dbg.c