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
commit9112b426c8fb143790e05afbc6052f7dda8b8d0b (patch)
tree420917e21fc24b43f72bccfcd8c88e108454956c /src/lib/libcrypto/man/Makefile
parentc56169c5e4a522309cd4a98ba22c94ad508f6c32 (diff)
downloadopenbsd-9112b426c8fb143790e05afbc6052f7dda8b8d0b.tar.gz
openbsd-9112b426c8fb143790e05afbc6052f7dda8b8d0b.tar.bz2
openbsd-9112b426c8fb143790e05afbc6052f7dda8b8d0b.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 \