From 006807b1687533909f494b5053059ecbf20fba92 Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 8 Oct 2018 16:31:35 +0000 Subject: [PATCH] Skip man pages that conflict (but have different case with libc: {hmac,md5}.3 and libdes: des_random_key.3) --- crypto/external/bsd/openssl/lib/libcrypto/man.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/crypto/external/bsd/openssl/lib/libcrypto/man.inc b/crypto/external/bsd/openssl/lib/libcrypto/man.inc index d11f1fe71db4..2279910f63b7 100644 --- a/crypto/external/bsd/openssl/lib/libcrypto/man.inc +++ b/crypto/external/bsd/openssl/lib/libcrypto/man.inc @@ -1,4 +1,4 @@ -# $NetBSD: man.inc,v 1.12 2018/09/24 11:02:12 christos Exp $ +# $NetBSD: man.inc,v 1.13 2018/10/08 16:31:35 christos Exp $ .PATH: ${.CURDIR}/man @@ -92,7 +92,6 @@ CTLOG_STORE_new.3 \ CTLOG_new.3 \ CT_POLICY_EVAL_CTX_new.3 \ DEFINE_STACK_OF.3 \ -DES_random_key.3 \ DH_generate_key.3 \ DH_generate_parameters.3 \ DH_get0_pqg.3 \ @@ -198,8 +197,6 @@ EVP_sm3.3 \ EVP_sm4_cbc.3 \ EVP_whirlpool.3 \ Ed25519.7 \ -HMAC.3 \ -MD5.3 \ MDC2_Init.3 \ OBJ_nid2obj.3 \ OCSP_REQUEST_new.3 \