diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-11-21 11:38:55 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-11-21 11:38:55 +0000 |
commit | ad78f5d5d29d5bc4f36ab48417411c2cec395fb4 (patch) | |
tree | 6206fb802c32b9b8dabe1b3d01bbc0dd52f209f8 /lib/libcrypto/man/Makefile | |
parent | 5926183e66070b5227eb8a167e00b453d064f5b8 (diff) |
import DH_get_1024_160(3) from OpenSSL,
but do not include the functions we don't have
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 1e69f877f3a..27d2ced5f7d 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.52 2016/11/18 18:54:43 schwarze Exp $ +# $OpenBSD: Makefile,v 1.53 2016/11/21 11:38:54 schwarze Exp $ .include <bsd.own.mk> @@ -43,6 +43,7 @@ MAN= \ BN_cmp.3 \ BN_copy.3 \ BN_generate_prime.3 \ + BN_get0_nist_prime_521.3 \ BN_mod_inverse.3 \ BN_mod_mul_montgomery.3 \ BN_mod_mul_reciprocal.3 \ |