summaryrefslogtreecommitdiffstats
path: root/lib/libssl/man
diff options
context:
space:
mode:
authorhshoexer <hshoexer@openbsd.org>2004-01-23 17:02:25 +0000
committerhshoexer <hshoexer@openbsd.org>2004-01-23 17:02:25 +0000
commit0335640dbffb19e6955d16d532b097a948f022ef (patch)
tree54665e2a5234b5e4886276febf7f41f361911a6d /lib/libssl/man
parentevp api and manual page for acss (diff)
downloadwireguard-openbsd-0335640dbffb19e6955d16d532b097a948f022ef.tar.xz
wireguard-openbsd-0335640dbffb19e6955d16d532b097a948f022ef.zip
enable acss.
ok @deraadt @markus Also bump minor version. ok @deraadt
Diffstat (limited to 'lib/libssl/man')
-rw-r--r--lib/libssl/man/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/man/Makefile b/lib/libssl/man/Makefile
index b591fc36bac..0eb914ea26f 100644
--- a/lib/libssl/man/Makefile
+++ b/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2003/07/02 02:15:51 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2004/01/23 17:02:25 hshoexer Exp $
.include <bsd.own.mk> # for NOMAN
@@ -161,6 +161,7 @@ MANALL= \
SSL_want.cat3 \
SSL_write.cat3 \
blowfish.cat3 \
+ acss.cat3 \
bn.cat3 \
bn_internal.cat3 \
crypto.cat3 \
@@ -712,6 +713,7 @@ MLINKS+=\
SSL_want.3 SSL_want_read.3 \
SSL_want.3 SSL_want_write.3 \
SSL_want.3 SSL_want_x509_lookup.3 \
+ acss.3 acss_setkey.3 \
blowfish.3 BF_cbc.3 \
blowfish.3 BF_cbc_encrypt.3 \
blowfish.3 BF_cfb64_encrypt.3 \