diff options
author | 2005-10-22 10:33:53 +0000 | |
---|---|---|
committer | 2005-10-22 10:33:53 +0000 | |
commit | e1d3ac62ceb14625e3012d0a10e6c184ac6dbb78 (patch) | |
tree | 42e708ffa618e0108b36a3bda5b8dc59f1b230ca /lib/libssl/man | |
parent | s/970/970FX/g (diff) | |
download | wireguard-openbsd-e1d3ac62ceb14625e3012d0a10e6c184ac6dbb78.tar.xz wireguard-openbsd-e1d3ac62ceb14625e3012d0a10e6c184ac6dbb78.zip |
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 \ |