diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-01-23 17:02:26 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-01-23 17:02:26 +0000 |
commit | c91251b589dcc9a2c466dd79cde3176e63c4bc4b (patch) | |
tree | 14b7d7771c751cde68aea922a57744c1809f4f83 /lib/libssl/man/Makefile | |
parent | 8f91d064c141db1f678b9d73900b3a78217e6f41 (diff) |
enable acss.
ok @deraadt @markus
Also bump minor version.
ok @deraadt
Diffstat (limited to 'lib/libssl/man/Makefile')
-rw-r--r-- | lib/libssl/man/Makefile | 4 |
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 \ |