If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2',
authormiod <miod@openbsd.org>
Sun, 18 May 2014 19:35:04 +0000 (19:35 +0000)
committermiod <miod@openbsd.org>
Sun, 18 May 2014 19:35:04 +0000 (19:35 +0000)
commit89e34462d6c789038010ea62344815cd8fa9f3c1
treedb58e93771352ebbb75c7d416802f0ac452890a7
parentf4feb42a2d400d74d2bb069505de172c22ccab1f
If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2',
this is confusing and unnecessary.

Help (coz I got confused) and ok guenther@ beck@
lib/libcrypto/asn1/f_enum.c
lib/libcrypto/asn1/f_int.c
lib/libcrypto/asn1/f_string.c
lib/libssl/src/crypto/asn1/f_enum.c
lib/libssl/src/crypto/asn1/f_int.c
lib/libssl/src/crypto/asn1/f_string.c