summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2017-01-31 05:40:26 +0000
committerschwarze <>2017-01-31 05:40:26 +0000
commitd802cf14fb2656141f761cfec145b28359546b3e (patch)
treeb28d19980249bbb49686a99c71bf5343b3a70e9b /src/lib/libcrypto/man/Makefile
parent5d5d47bbf1d4b43dfee6838b4be2802e2a51916f (diff)
downloadopenbsd-d802cf14fb2656141f761cfec145b28359546b3e.tar.gz
openbsd-d802cf14fb2656141f761cfec145b28359546b3e.tar.bz2
openbsd-d802cf14fb2656141f761cfec145b28359546b3e.zip
Document functions returning standard moduli for DH key exchange.
jsing@ confirmed that these are public and worth documenting.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index d991508cff..9a64837d31 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.113 2017/01/30 01:29:31 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.114 2017/01/31 05:40:26 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -264,6 +264,7 @@ MAN= \
264 des_read_pw.3 \ 264 des_read_pw.3 \
265 engine.3 \ 265 engine.3 \
266 evp.3 \ 266 evp.3 \
267 get_rfc3526_prime_8192.3 \
267 i2d_PKCS7_bio_stream.3 \ 268 i2d_PKCS7_bio_stream.3 \
268 lh_new.3 \ 269 lh_new.3 \
269 lh_stats.3 \ 270 lh_stats.3 \