summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man
diff options
context:
space:
mode:
authorderaadt <>2003-03-05 20:59:17 +0000
committerderaadt <>2003-03-05 20:59:17 +0000
commit608076f3980f669b320ef391c35132bd474541e3 (patch)
tree4fa3c8a597e8556d971557678d7e09a3f4b17101 /src/lib/libssl/man
parent673d2edc1cf58cf3349350f01de712a18f3ba24c (diff)
downloadopenbsd-608076f3980f669b320ef391c35132bd474541e3.tar.gz
openbsd-608076f3980f669b320ef391c35132bd474541e3.tar.bz2
openbsd-608076f3980f669b320ef391c35132bd474541e3.zip
jmc wrote a combination man page that covers all openssl(1) functionality,
based on the pod files from openssl. This may need by-hand updating once in a while, but at least now people can read a real man page instead of the mess that the openssl team provides us with.
Diffstat (limited to 'src/lib/libssl/man')
-rw-r--r--src/lib/libssl/man/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile
index 0ab8c2e360..930c5f56af 100644
--- a/src/lib/libssl/man/Makefile
+++ b/src/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.3 2002/10/09 08:22:49 fgsch Exp $ 1# $OpenBSD: Makefile,v 1.4 2003/03/05 20:59:15 deraadt Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -173,7 +173,6 @@ MANALL= \
173 dsa.cat3 \ 173 dsa.cat3 \
174 lh_stats.cat3 \ 174 lh_stats.cat3 \
175 lhash.cat3 \ 175 lhash.cat3 \
176 openssl.cat1 \
177 rsa.cat3 \ 176 rsa.cat3 \
178 ssl.cat3 177 ssl.cat3
179 178