Hi tech@

This is my first contribution. If I'm doing something wrong here,
please let me know.

I came across this "bug" as I was going through Bob Beck's libtls tutorial.

Index: lib/libtls/man/tls_load_file.3
===================================================================
RCS file: /cvs/src/lib/libtls/man/tls_load_file.3,v
retrieving revision 1.9
diff -u -p -u -r1.9 tls_load_file.3
--- lib/libtls/man/tls_load_file.3      8 Oct 2017 06:56:36 -0000       1.9
+++ lib/libtls/man/tls_load_file.3      19 Aug 2018 14:00:42 -0000
@@ -118,7 +118,7 @@
 .Ft int
 .Fo tls_config_set_ocsp_staple_file
 .Fa "struct tls_config *config"
-.Fa "const uint8_t *staple_file"
+.Fa "const char *staple_file"
 .Fc
 .Ft int
 .Fo tls_config_set_keypair_file

Reply via email to