Replace malloc+strlcpy with strdup
authorAlessandro Ghedini <alessandro@ghedini.me>
Thu, 8 Oct 2015 12:37:21 +0000 (14:37 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 23 Oct 2015 17:52:08 +0000 (19:52 +0200)
commit8acaabec429b39f9436f6a88006384d72d292539
treeed15592c5de2b3a5cd132dddf7d4b447eeee1a18
parent4428c7dba8f6f407d915c1226f4e0f673e8be241
Replace malloc+strlcpy with strdup

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/conf/conf_def.c