Show the contents of the RFC6962 Signed Certificate Timestamp List Certificate/OCSP...
[oweals/openssl.git] / crypto / bio / bio.h
index c14009ad0d3524109fb808411455a0bd6356c38c..8489ff80bb033e9417c7a88c8707074b60d46491 100644 (file)
@@ -707,6 +707,9 @@ int BIO_dump_indent(BIO *b,const char *bytes,int len,int indent);
 int BIO_dump_fp(FILE *fp, const char *s, int len);
 int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent);
 #endif
+int BIO_hex_string(BIO *out, int indent, int width, unsigned char *data,
+                  int datalen);
+
 struct hostent *BIO_gethostbyname(const char *name);
 /* We might want a thread-safe interface too:
  * struct hostent *BIO_gethostbyname_r(const char *name,