diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-16 12:11:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-16 12:11:28 +0000 |
commit | eaabcf9e97540b2a032c00aabf404a950b411f0d (patch) | |
tree | 24c74af4a5c220f196a5f5cf4000f93474e87fb1 /lib | |
parent | ab08be91e5dc66cfc42b85763d4caf94e2fd3d09 (diff) |
typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/crypt/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/Makefile.inc b/lib/libc/crypt/Makefile.inc index d3532362319..7866f46a8e9 100644 --- a/lib/libc/crypt/Makefile.inc +++ b/lib/libc/crypt/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.8 1997/04/15 13:06:54 provos Exp $ +# $OpenBSD: Makefile.inc,v 1.9 1997/04/16 12:11:27 deraadt Exp $ .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/crypt ${.CURDIR}/crypt @@ -9,4 +9,4 @@ MAN+= crypt.3 blowfish.3 arc4random.3 MLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3 crypt.3 des_cipher.3 MLINKS+=crypt.3 des_setkey.3 blowfish.3 blf_key.3 blowfish.3 blf_enc.3 MLINKS+=blowfish.3 blf_dec.3 -MLINKS+=arc4ranom.3 arc4random_stir.3 arc4random.3 arc4random_addrandom.3 +MLINKS+=arc4random.3 arc4random_stir.3 arc4random.3 arc4random_addrandom.3 |