send_*_chars() and do_dump() are private functions and should
authorRichard Levitte <levitte@openssl.org>
Thu, 29 Jan 2004 09:31:51 +0000 (09:31 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 29 Jan 2004 09:31:51 +0000 (09:31 +0000)
commit302b9b0dcd435bd74e59cc5b6d7024592e8090e3
treeeb65a904034dbe32950354ff5e77011528fe6f7c
parent658cd50bbe206b90a6d167563f2b95f8c53e50fb
send_*_chars() and do_dump() are private functions and should
therefore be static.  Furthermore, send_mem_chars() is unused, so I
#if 0'd it.
crypto/asn1/a_strex.c