summaryrefslogtreecommitdiff
path: root/src/lib/libssl/t1_hash.c
diff options
context:
space:
mode:
authorotto <>2018-11-21 06:57:04 +0000
committerotto <>2018-11-21 06:57:04 +0000
commit9d3c55760e9cc7dca8b55958537265f1162dc63c (patch)
tree6410826e21b5251b799d88942013e9629d773c3d /src/lib/libssl/t1_hash.c
parent02826236d6b2d590f7d31af8a7b01f56f6ea2a6a (diff)
downloadopenbsd-9d3c55760e9cc7dca8b55958537265f1162dc63c.tar.gz
openbsd-9d3c55760e9cc7dca8b55958537265f1162dc63c.tar.bz2
openbsd-9d3c55760e9cc7dca8b55958537265f1162dc63c.zip
Introducing malloc_usable_size() was a mistake. While some other
libs have it, it is a function that is considered harmful, so: Delete malloc_usable_size(). It is a function that blurs the line between malloc managed memory and application managed memory and exposes some of the internal workings of malloc. If an application relies on that, it is likely to break using another implementation of malloc. If you want usable size x, just allocate x bytes. ok deraadt@ and other devs
Diffstat (limited to 'src/lib/libssl/t1_hash.c')
0 files changed, 0 insertions, 0 deletions