It was pointed out to me that if the requested size is 0, we shouldn't
authorRichard Levitte <levitte@openssl.org>
Mon, 1 Dec 2003 13:25:37 +0000 (13:25 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 1 Dec 2003 13:25:37 +0000 (13:25 +0000)
commit2fe9ab8e20e1480825cd5962ca516924f4f03f5e
tree65e6c00b2c8254084ec8b5298c19ea01e5809827
parent1145e03870dd82eae00bb45e0b2162494b9b2f38
It was pointed out to me that if the requested size is 0, we shouldn't
ty to allocate anything at all.  This will allow eNULL to still work.

PR: 751
Notified by: Lutz Jaenicke
crypto/evp/evp_enc.c