diff options
author | 2003-03-05 20:59:15 +0000 | |
---|---|---|
committer | 2003-03-05 20:59:15 +0000 | |
commit | ba53b45bcb814504b44d4b164f85d3f44c981377 (patch) | |
tree | 0037187dc199e1610246aa4165066bc76ef0f4ce /lib | |
parent | update media handling based on NetBSD: mainly fix setting up of the output (diff) | |
download | wireguard-openbsd-ba53b45bcb814504b44d4b164f85d3f44c981377.tar.xz wireguard-openbsd-ba53b45bcb814504b44d4b164f85d3f44c981377.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 'lib')
-rw-r--r-- | lib/libssl/man/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/man/Makefile b/lib/libssl/man/Makefile index 0ab8c2e360f..930c5f56af2 100644 --- a/lib/libssl/man/Makefile +++ b/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/10/09 08:22:49 fgsch Exp $ +# $OpenBSD: Makefile,v 1.4 2003/03/05 20:59:15 deraadt Exp $ .include <bsd.own.mk> # for NOMAN @@ -173,7 +173,6 @@ MANALL= \ dsa.cat3 \ lh_stats.cat3 \ lhash.cat3 \ - openssl.cat1 \ rsa.cat3 \ ssl.cat3 |