Place hex_to_string and string_to_hex in separate source file to avoid
authorDr. Stephen Henson <steve@openssl.org>
Tue, 20 Jun 2006 18:06:40 +0000 (18:06 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 20 Jun 2006 18:06:40 +0000 (18:06 +0000)
commite25a2423da4a5c0040606baa0c02f84636f5314c
treebf3c49e187bc5a747e6a85e5d2f4d854a4999396
parent094c6aa51d2354b24bb525ab8285e6b220067bce
Place hex_to_string and string_to_hex in separate source file to avoid
dragging in extra dependencies when just these functions are used.
crypto/x509v3/Makefile
crypto/x509v3/v3_hex.c [new file with mode: 0644]
crypto/x509v3/v3_utl.c