Module Name: src
Committed By: christos
Date: Mon Oct 8 16:31:35 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto: man.inc
Log Message:
Skip man pages that conflict (but have different case with libc: {hmac,md5}.3
and libdes: des_random_key.3)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
src/crypto/external/bsd/openssl/lib/libcrypto/man.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssl/lib/libcrypto/man.inc
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/man.inc:1.12 src/crypto/external/bsd/openssl/lib/libcrypto/man.inc:1.13
--- src/crypto/external/bsd/openssl/lib/libcrypto/man.inc:1.12 Mon Sep 24 07:02:12 2018
+++ src/crypto/external/bsd/openssl/lib/libcrypto/man.inc Mon Oct 8 12:31:35 2018
@@ -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 \