diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-04-10 17:45:07 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-04-10 17:45:07 +0000 |
commit | 8e6f1c5df621c3627d65e113b1e1e7b2669a4f67 (patch) | |
tree | a30be060f71bab7a7abbb22f3be29510ac547dbf /lib/libcrypto/man/Makefile | |
parent | 626b6ad1acb97c0ac2482bb9a907bc1000df4cd0 (diff) |
new X25519(3) manual page;
from Dr. Stephen Henson <steve@openssl.org>, OpenSSL commit d218f3c3
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 eec7ad39b0b..164f7e24b1f 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.119 2017/03/26 00:06:10 schwarze Exp $ +# $OpenBSD: Makefile,v 1.120 2017/04/10 17:45:06 schwarze Exp $ .include <bsd.own.mk> @@ -197,6 +197,7 @@ MAN= \ UI_create_method.3 \ UI_get_string_type.3 \ UI_new.3 \ + X25519.3 \ X509V3_get_d2i.3 \ X509_ALGOR_dup.3 \ X509_ATTRIBUTE_new.3 \ |