CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2014/05/18 13:35:04

Modified files:
        lib/libssl/src/crypto/asn1: f_enum.c f_int.c f_string.c 

Log message:
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@

Reply via email to