summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-07-27 17:28:25 +0000
committerRichard Levitte <levitte@openssl.org>2000-07-27 17:28:25 +0000
commitca1e465f6dd96d8dc15e418eda13fc3bd26362b2 (patch)
tree96936fa929c8d9280868e0d634196b627b4ebb38 /crypto/bio/bio.h
parentf6c1c9e95dd7ceadae070bd32e59cfa20726b42e (diff)
Add the possibility to get hexdumps of unprintable data when using
'openssl asn1parse'. As a side effect, the functions ASN1_parse_dump and BIO_dump_indent are added.
Diffstat (limited to 'crypto/bio/bio.h')
-rw-r--r--crypto/bio/bio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index 5634a96a79..76748e05d8 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -559,6 +559,7 @@ int BIO_sock_non_fatal_error(int error);
int BIO_fd_should_retry(int i);
int BIO_fd_non_fatal_error(int error);
int BIO_dump(BIO *b,const char *bytes,int len);
+int BIO_dump_indent(BIO *b,const char *bytes,int len,int indent);
struct hostent *BIO_gethostbyname(const char *name);
/* We might want a thread-safe interface too: