diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2005-10-03 12:02:48 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2005-10-03 12:02:48 +0000 |
commit | 828dd5954318ec2dbf64d6a726fda21273e22529 (patch) | |
tree | 7d3617658958487c0ca5eb975fd9c2e97104b2b6 /lib/libssl/man | |
parent | e9a3bc8205d1c7ab9cd10032b773a974240e031f (diff) |
rename OpenSSL blowfish.3 manpage to BF_set_key.3, so it doesn't clobber
libc manpage of the same name; reported and ok jmc@
Diffstat (limited to 'lib/libssl/man')
-rw-r--r-- | lib/libssl/man/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/lib/libssl/man/Makefile b/lib/libssl/man/Makefile index 5cace2fd368..a59b863a8de 100644 --- a/lib/libssl/man/Makefile +++ b/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2004/02/09 18:31:19 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2005/10/03 12:02:47 djm Exp $ .include <bsd.own.mk> # for NOMAN @@ -7,6 +7,7 @@ POD2MAN=pod2man --official --release="OpenBSD ${OSREV}" --center=OpenSSL .ifndef NOMAN MANALL= \ + BF_set_key.cat3 \ BN_CTX_new.cat3 \ BN_CTX_start.cat3 \ BN_add.cat3 \ @@ -163,7 +164,6 @@ MANALL= \ SSL_state_string.cat3 \ SSL_want.cat3 \ SSL_write.cat3 \ - blowfish.cat3 \ acss.cat3 \ bn.cat3 \ bn_internal.cat3 \ @@ -238,7 +238,8 @@ PSALL= ${MANALL:S/.cat1/.ps1/g:S/.cat2/.ps2/g:S/.cat3/.ps3/g:S/.cat4/.ps4/g:S/.c SHA1 sha \ MD5 md5 \ HMAC hmac \ - des_random_key des + des_random_key des \ + BF_set_key blowfish ${page}.cat3: ${src}.pod ${POD2MAN} --section=3 --name=${page:U} ${.ALLSRC} | \ @@ -655,16 +656,15 @@ MLINKS+=\ 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 \ - blowfish.3 BF_decrypt.3 \ - blowfish.3 BF_ecb.3 \ - blowfish.3 BF_ecb_encrypt.3 \ - blowfish.3 BF_encrypt.3 \ - blowfish.3 BF_ofb64_encrypt.3 \ - blowfish.3 BF_options.3 \ - blowfish.3 BF_set_key.3 \ + BF_set_key.3 BF_cbc.3 \ + BF_set_key.3 BF_cbc_encrypt.3 \ + BF_set_key.3 BF_cfb64_encrypt.3 \ + BF_set_key.3 BF_decrypt.3 \ + BF_set_key.3 BF_ecb.3 \ + BF_set_key.3 BF_ecb_encrypt.3 \ + BF_set_key.3 BF_encrypt.3 \ + BF_set_key.3 BF_ofb64_encrypt.3 \ + BF_set_key.3 BF_options.3 \ bn_internal.3 bn_add_words.3 \ bn_internal.3 bn_check_top.3 \ bn_internal.3 bn_cmp_words.3 \ |