diff options
author | sthen <> | 2014-04-16 12:08:46 +0000 |
---|---|---|
committer | sthen <> | 2014-04-16 12:08:46 +0000 |
commit | a52a80bf202fc10d585e012c9330bd32bafb9283 (patch) | |
tree | 417dbfdf04d9493d05d89a983dc561c0cc0449cb /src | |
parent | 27c3c9e543412112b877fdf1f01c5fe54d220138 (diff) | |
download | openbsd-a52a80bf202fc10d585e012c9330bd32bafb9283.tar.gz openbsd-a52a80bf202fc10d585e012c9330bd32bafb9283.tar.bz2 openbsd-a52a80bf202fc10d585e012c9330bd32bafb9283.zip |
unbreak install; /usr/share/man/man3/EVP_PKEY_print_private.3 should link to
/usr/share/man/man3/EVP_PKEY_print_public.3 not itself, from deraadt
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 826d161c23..215be6ef8a 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2014/04/16 09:50:10 mpi Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2014/04/16 12:08:46 sthen Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
4 | 4 | ||
@@ -537,7 +537,7 @@ MLINKS+=\ | |||
537 | EVP_PKEY_keygen.3 EVP_PKEY_CTX_get_keygen_info.3 \ | 537 | EVP_PKEY_keygen.3 EVP_PKEY_CTX_get_keygen_info.3 \ |
538 | EVP_PKEY_keygen.3 EVP_PKEY_CTX_set_app_data.3 \ | 538 | EVP_PKEY_keygen.3 EVP_PKEY_CTX_set_app_data.3 \ |
539 | EVP_PKEY_keygen.3 EVP_PKEY_CTX_get_app_data.3 \ | 539 | EVP_PKEY_keygen.3 EVP_PKEY_CTX_get_app_data.3 \ |
540 | EVP_PKEY_print_private.3 EVP_PKEY_print_private.3 \ | 540 | EVP_PKEY_print_private.3 EVP_PKEY_print_public.3 \ |
541 | EVP_PKEY_print_private.3 EVP_PKEY_print_params.3 \ | 541 | EVP_PKEY_print_private.3 EVP_PKEY_print_params.3 \ |
542 | EVP_PKEY_sign.3 EVP_PKEY_sign_init.3 \ | 542 | EVP_PKEY_sign.3 EVP_PKEY_sign_init.3 \ |
543 | EVP_PKEY_verify.3 EVP_PKEY_verify_init.3 \ | 543 | EVP_PKEY_verify.3 EVP_PKEY_verify_init.3 \ |