summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-11-29 00:07:45 +0000
committerschwarze <>2016-11-29 00:07:45 +0000
commit61edd3eb09d0208f1bbeaa437cbbf9fd9544be1e (patch)
tree420917e21fc24b43f72bccfcd8c88e108454956c /src/lib/libcrypto/man/Makefile
parent569b7feeccbae387353267f823b324f61655ea58 (diff)
downloadopenbsd-61edd3eb09d0208f1bbeaa437cbbf9fd9544be1e.tar.gz
openbsd-61edd3eb09d0208f1bbeaa437cbbf9fd9544be1e.tar.bz2
openbsd-61edd3eb09d0208f1bbeaa437cbbf9fd9544be1e.zip
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.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 1 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.59 2016/11/28 23:02:16 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.60 2016/11/29 00:07:45 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -147,7 +147,6 @@ MAN= \
147 PKCS7_verify.3 \ 147 PKCS7_verify.3 \
148 RAND_add.3 \ 148 RAND_add.3 \
149 RAND_bytes.3 \ 149 RAND_bytes.3 \
150 RAND_cleanup.3 \
151 RAND_load_file.3 \ 150 RAND_load_file.3 \
152 RAND_set_rand_method.3 \ 151 RAND_set_rand_method.3 \
153 RC4.3 \ 152 RC4.3 \