summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2017-01-06 17:38:21 +0000
committerschwarze <>2017-01-06 17:38:21 +0000
commit4c3971f17ffa1c495381bc17997b051c95df4e0c (patch)
treec891338a93a9259ac3f37a9a42b443300dd5ab6f /src
parenta5391cd680a2395b7b8d49a99958006747167abf (diff)
downloadopenbsd-4c3971f17ffa1c495381bc17997b051c95df4e0c.tar.gz
openbsd-4c3971f17ffa1c495381bc17997b051c95df4e0c.tar.bz2
openbsd-4c3971f17ffa1c495381bc17997b051c95df4e0c.zip
Remove a dangling cross reference reported by jmc@.
I'm not convinced documenting EVP_MD_CTX_set_flags(3) would be wise. Instead, refer people to the header file to make it more obvious that they are tinkering with internals when using such flags.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/HMAC.313
1 files changed, 8 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/HMAC.3 b/src/lib/libcrypto/man/HMAC.3
index c523916c5c..caa19c55e3 100644
--- a/src/lib/libcrypto/man/HMAC.3
+++ b/src/lib/libcrypto/man/HMAC.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: HMAC.3,v 1.5 2016/12/08 22:13:59 jmc Exp $ 1.\" $OpenBSD: HMAC.3,v 1.6 2017/01/06 17:38:21 schwarze Exp $
2.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 2.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: December 8 2016 $ 52.Dd $Mdocdate: January 6 2017 $
53.Dt HMAC 3 53.Dt HMAC 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -241,9 +241,12 @@ into
241.Pp 241.Pp
242.Fn HMAC_CTX_set_flags 242.Fn HMAC_CTX_set_flags
243applies the specified flags to the internal 243applies the specified flags to the internal
244.Vt EVP_MD_CTX Ns s . 244.Vt EVP_MD_CTX
245These flags have the same meaning as for 245objects.
246.Xr EVP_MD_CTX_set_flags 3 . 246Possible flag values
247.Dv EVP_MD_CTX_FLAG_*
248are defined in
249.In openssl/evp.h .
247.Pp 250.Pp
248.Fn HMAC_size 251.Fn HMAC_size
249returns the length in bytes of the underlying hash function output. 252returns the length in bytes of the underlying hash function output.