From 29eefe63f8e5280ac8aabcb4c215d02fcb64119c Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 16 Apr 2014 12:08:46 +0000 Subject: [PATCH] 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 --- lib/libcrypto/man/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 826d161c23f..215be6ef8af 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2014/04/16 09:50:10 mpi Exp $ +# $OpenBSD: Makefile,v 1.3 2014/04/16 12:08:46 sthen Exp $ .include # for NOMAN @@ -537,7 +537,7 @@ MLINKS+=\ EVP_PKEY_keygen.3 EVP_PKEY_CTX_get_keygen_info.3 \ EVP_PKEY_keygen.3 EVP_PKEY_CTX_set_app_data.3 \ EVP_PKEY_keygen.3 EVP_PKEY_CTX_get_app_data.3 \ - EVP_PKEY_print_private.3 EVP_PKEY_print_private.3 \ + EVP_PKEY_print_private.3 EVP_PKEY_print_public.3 \ EVP_PKEY_print_private.3 EVP_PKEY_print_params.3 \ EVP_PKEY_sign.3 EVP_PKEY_sign_init.3 \ EVP_PKEY_verify.3 EVP_PKEY_verify_init.3 \ -- 2.20.1