Module Name: src Committed By: christos Date: Wed Mar 7 22:40:26 UTC 2018
Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: man.inc Log Message: remove the SHA256_Init man page; we are using ours from libc. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ 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.7 src/crypto/external/bsd/openssl/lib/libcrypto/man.inc:1.8 --- src/crypto/external/bsd/openssl/lib/libcrypto/man.inc:1.7 Thu Feb 8 17:48:55 2018 +++ src/crypto/external/bsd/openssl/lib/libcrypto/man.inc Wed Mar 7 17:40:26 2018 @@ -1,4 +1,4 @@ -# $NetBSD: man.inc,v 1.7 2018/02/08 22:48:55 christos Exp $ +# $NetBSD: man.inc,v 1.8 2018/03/07 22:40:26 christos Exp $ .PATH: ${.CURDIR}/man @@ -222,7 +222,6 @@ RSA_size.3 \ SCT_new.3 \ SCT_print.3 \ SCT_validate.3 \ -SHA256_Init.3 \ SMIME_read_CMS.3 \ SMIME_read_PKCS7.3 \ SMIME_write_CMS.3 \