Re: libcrypto: use libc string fns

2014-10-31 Thread Joel Sing
On Fri, 31 Oct 2014, Ted Unangst wrote: Don't need BUF_ and its NULL arg handling here. Looks like you need to cvs up... beck@ nuked these and put BUF_strdup() under LIBRESSL_INTERNAL about two weeks ago. He missed the comment (second chunk) though. Index: x509/x509_trs.c

Re: libcrypto: use libc string fns

2014-10-31 Thread Ted Unangst
On Sat, Nov 01, 2014 at 00:26, Joel Sing wrote: On Fri, 31 Oct 2014, Ted Unangst wrote: Don't need BUF_ and its NULL arg handling here. Looks like you need to cvs up... beck@ nuked these and put BUF_strdup() under LIBRESSL_INTERNAL about two weeks ago. He missed the comment (second chunk)

libcrypto: use libc string fns

2014-10-30 Thread Ted Unangst
Don't need BUF_ and its NULL arg handling here. Index: x509/x509_trs.c === RCS file: /cvs/src/lib/libssl/src/crypto/x509/x509_trs.c,v retrieving revision 1.16 diff -u -p -r1.16 x509_trs.c --- x509/x509_trs.c 28 Sep 2014 10:52:59