diff options
author | schwarze <> | 2017-01-06 17:38:21 +0000 |
---|---|---|
committer | schwarze <> | 2017-01-06 17:38:21 +0000 |
commit | 4c3971f17ffa1c495381bc17997b051c95df4e0c (patch) | |
tree | c891338a93a9259ac3f37a9a42b443300dd5ab6f /src | |
parent | a5391cd680a2395b7b8d49a99958006747167abf (diff) | |
download | openbsd-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.3 | 13 |
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 |
243 | applies the specified flags to the internal | 243 | applies the specified flags to the internal |
244 | .Vt EVP_MD_CTX Ns s . | 244 | .Vt EVP_MD_CTX |
245 | These flags have the same meaning as for | 245 | objects. |
246 | .Xr EVP_MD_CTX_set_flags 3 . | 246 | Possible flag values |
247 | .Dv EVP_MD_CTX_FLAG_* | ||
248 | are defined in | ||
249 | .In openssl/evp.h . | ||
247 | .Pp | 250 | .Pp |
248 | .Fn HMAC_size | 251 | .Fn HMAC_size |
249 | returns the length in bytes of the underlying hash function output. | 252 | returns the length in bytes of the underlying hash function output. |