summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2008-03-16 22:08:12 +0000
committerderaadt <deraadt@openbsd.org>2008-03-16 22:08:12 +0000
commit9ba55e4b51647b1cc430859748412f02f56df21c (patch)
tree4d7cb8a53c8b0bcb5119ebe494a66e8761b02d42
parentsync with sys/statfs.h; ok jmc@ (diff)
downloadwireguard-openbsd-9ba55e4b51647b1cc430859748412f02f56df21c.tar.xz
wireguard-openbsd-9ba55e4b51647b1cc430859748412f02f56df21c.zip
Add missing MLINKS
-rw-r--r--lib/libc/crypt/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/crypt/Makefile.inc b/lib/libc/crypt/Makefile.inc
index 131e1d3f397..d961f36b520 100644
--- a/lib/libc/crypt/Makefile.inc
+++ b/lib/libc/crypt/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.15 2003/08/12 01:22:17 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.16 2008/03/16 22:08:12 deraadt Exp $
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/crypt ${LIBCSRCDIR}/crypt
@@ -13,3 +13,4 @@ MLINKS+=blowfish.3 blf_dec.3 blowfish.3 blf_ecb_encrypt.3
MLINKS+=blowfish.3 blf_ecb_decrypt.3 blowfish.3 blf_cbc_encrypt.3
MLINKS+=blowfish.3 blf_cbc_decrypt.3
MLINKS+=arc4random.3 arc4random_stir.3 arc4random.3 arc4random_addrandom.3
+MLINKS+=arc4random.3 arc4random_buf.3 arc4random.3 arc4random_uniform.3