Avoid strdup.
authorBodo Möller <bodo@openssl.org>
Thu, 6 Sep 2001 13:09:00 +0000 (13:09 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 6 Sep 2001 13:09:00 +0000 (13:09 +0000)
commit619b2c03dc206af4ecd8df5ea4233972e38baaec
treef850fe9378ed5b4b33b4e20df8b67b1d4e3ad6e0
parentaa4c2de10e4e8b39f59cde9d668c765d50f23e46
Avoid strdup.

(Some platforms need _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to get
the declaration, but on other platforms _XOPEN_SOURCE disables
the strdup declaration in <string.h>.)
crypto/engine/enginetest.c