diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-01-31 05:40:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-01-31 05:40:27 +0000 |
commit | afc6b5d5d8c7d453afb22fa22bf2a81da7b6445f (patch) | |
tree | dd0faf6b5edc69b5ca6be4523359bbc7f169081c /lib/libcrypto/man/Makefile | |
parent | 780f171c3b9378bbd141d47ac50705072ebddfa5 (diff) |
Document functions returning standard moduli for DH key exchange.
jsing@ confirmed that these are public and worth documenting.
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index d991508cff9..9a64837d311 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.113 2017/01/30 01:29:31 schwarze Exp $ +# $OpenBSD: Makefile,v 1.114 2017/01/31 05:40:26 schwarze Exp $ .include <bsd.own.mk> @@ -264,6 +264,7 @@ MAN= \ des_read_pw.3 \ engine.3 \ evp.3 \ + get_rfc3526_prime_8192.3 \ i2d_PKCS7_bio_stream.3 \ lh_new.3 \ lh_stats.3 \ |