diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-22 10:33:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-22 10:33:54 +0000 |
commit | 989f6e7901a2f915ef01d4fc0b0bf7253c9c6458 (patch) | |
tree | 39b9e1e33a0b7659f751ef19243b3b9c39237cec /lib/libssl/man | |
parent | 296368d165bdb9a13d82aa3f848defb908ba39b0 (diff) |
fix MLINKS;
from andreas schweitzer (pr #4566);
ok dtucker@
Diffstat (limited to 'lib/libssl/man')
-rw-r--r-- | lib/libssl/man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/man/Makefile b/lib/libssl/man/Makefile index a59b863a8de..95d0b6e0a2c 100644 --- a/lib/libssl/man/Makefile +++ b/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2005/10/03 12:02:47 djm Exp $ +# $OpenBSD: Makefile,v 1.9 2005/10/22 10:33:53 jmc Exp $ .include <bsd.own.mk> # for NOMAN @@ -704,7 +704,7 @@ MLINKS+=\ d2i_RSAPublicKey.3 i2d_RSAPrivateKey.3 \ d2i_RSAPublicKey.3 i2d_RSAPublicKey.3 \ d2i_SSL_SESSION.3 i2d_SSL_SESSION.3 \ - des_crypt.3 des_string_to_2keys.3 \ + des_random_key.3 des_string_to_2keys.3 \ des_random_key.3 des_cbc_cksum.3 \ des_random_key.3 des_cfb64_encrypt.3 \ des_random_key.3 des_cfb_encrypt.3 \ |