don't memset(data,0,...) if data is NULL
authorBodo Möller <bodo@openssl.org>
Thu, 29 Aug 2002 11:45:40 +0000 (11:45 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 29 Aug 2002 11:45:40 +0000 (11:45 +0000)
commit6ff7c95843b25ee818d986510cfd085a99a319a1
tree6d327d59001b8c3b2607668c36b8471498aa0e15
parent41cc7096b84277073764181fdf303fe357aa9b0d
don't memset(data,0,...) if data is NULL

Submitted by: anonymous
PR: 254
crypto/pem/pem_lib.c