Deleted my str_dup() function from X509V3: the same functionality is provided
authorDr. Stephen Henson <steve@openssl.org>
Thu, 4 Mar 1999 23:29:51 +0000 (23:29 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 4 Mar 1999 23:29:51 +0000 (23:29 +0000)
commit9985bed331b388e871a89cf043ae21c1177eaa24
tree8fa799a7ec68dec7c8e77f4f0875b9dfb7bddaf0
parent789285aa960fec0004a796e9f60f94f19035d887
Deleted my str_dup() function from X509V3: the same functionality is provided
by BUF_MEM_strdup(). Added text documentation to the BUF_MEM stuff.
CHANGES
crypto/x509v3/v3_enum.c
crypto/x509v3/v3_lib.c
crypto/x509v3/v3_utl.c
crypto/x509v3/x509v3.h
doc/buffer.txt [new file with mode: 0644]