commit | 02a7e0a9f63ec97e9671fec2bb8ce7c289fb4d66 | [log] [tgz] |
---|---|---|
author | Todd Short <tshort@akamai.com> | Tue May 22 10:48:04 2018 -0400 |
committer | Matt Caswell <matt@openssl.org> | Tue May 29 17:08:39 2018 +0100 |
tree | edc725d392142f891ac22c4eb53fce8d8743c704 | |
parent | 47eaa32d2671c1b608200afb97cc2f0040053686 [diff] |
Replace strdup() with OPENSSL_strdup() It's freed with OPENSSL_free() Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6331)