diff options
author | 2014-04-16 12:08:46 +0000 | |
---|---|---|
committer | 2014-04-16 12:08:46 +0000 | |
commit | 29eefe63f8e5280ac8aabcb4c215d02fcb64119c (patch) | |
tree | dd5fd5a307d5a88404f4a8614ba973858896054a | |
parent | Add generic driver for "NEC PC-9801(*) extension board slot" on (diff) | |
download | wireguard-openbsd-29eefe63f8e5280ac8aabcb4c215d02fcb64119c.tar.xz wireguard-openbsd-29eefe63f8e5280ac8aabcb4c215d02fcb64119c.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
-rw-r--r-- | lib/libcrypto/man/Makefile | 4 |
1 files 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 <bsd.own.mk> # 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 \ |