From 61edd3eb09d0208f1bbeaa437cbbf9fd9544be1e Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Tue, 29 Nov 2016 00:07:45 +0000 Subject: No text remains from OpenSSL, so use the standard OpenBSD license. Mention the true author (Miod 2014). Merge the useless page RAND_cleanup(3) into RAND_add(3). Fix the return type of RAND_set_rand_method(3). Mention the constant return values. --- src/lib/libcrypto/man/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 568d65fa74..afec15edbf 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.59 2016/11/28 23:02:16 schwarze Exp $ +# $OpenBSD: Makefile,v 1.60 2016/11/29 00:07:45 schwarze Exp $ .include @@ -147,7 +147,6 @@ MAN= \ PKCS7_verify.3 \ RAND_add.3 \ RAND_bytes.3 \ - RAND_cleanup.3 \ RAND_load_file.3 \ RAND_set_rand_method.3 \ RC4.3 \ -- cgit v1.2.3-55-g6feb