Add includes in synopsis.
[openssl.git] / doc / crypto / BIO_f_md.pod
index a5bb6922215df767fadefc38d7853a40c33c16d9..0d24083e6db8d6350490ae33836d99525511b718 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-       BIO_f_md - message digest BIO
+BIO_f_md, BIO_set_md, BIO_get_md, BIO_get_md_ctx - message digest BIO filter
 
 =head1 SYNOPSIS
 
@@ -28,10 +28,10 @@ BIO_gets(), if its B<size> parameter is large enough finishes the
 digest calculation and returns the digest value. BIO_puts() is
 not supported.
 
-BIO_reset() reinitializes a digest BIO.
+BIO_reset() reinitialises a digest BIO.
 
 BIO_set_md() sets the message digest of BIO B<b> to B<md>: this
-must be called to initialise a digest BIO before any data is
+must be called to initialize a digest BIO before any data is
 passed through it. It is a BIO_ctrl() macro.
 
 BIO_get_md() places the a pointer to the digest BIOs digest method