commit | 0cd08cce17f665fe57b650d0d2f983f41c84b273 | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Sat Dec 18 05:22:50 1999 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Sat Dec 18 05:22:50 1999 +0000 |
tree | 5a2dce811e501c6a4e53b1a293ea10d08f6c90bc | |
parent | 03c48fa07b4b94115f080b188341a7c99b3f8eba [diff] |
- 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.