diff options
author | 1995-12-18 17:59:55 +0000 | |
---|---|---|
committer | 1995-12-18 17:59:55 +0000 | |
commit | d98f4bdeae39de019f65685a83757b3da0681d62 (patch) | |
tree | 122e8e35a8b68e8e088df3c41adde3331a33666b /lib/libc/crypt/morecrypt.c | |
parent | enable multicast, so that multicast packets can flow through ppp links. idea from freebsd (diff) | |
download | wireguard-openbsd-d98f4bdeae39de019f65685a83757b3da0681d62.tar.xz wireguard-openbsd-d98f4bdeae39de019f65685a83757b3da0681d62.zip |
i believe i took care of the 32bit and alignment issues, so the comment can go away
Diffstat (limited to 'lib/libc/crypt/morecrypt.c')
-rw-r--r-- | lib/libc/crypt/morecrypt.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libc/crypt/morecrypt.c b/lib/libc/crypt/morecrypt.c index 4b5be69f175..64f152139a5 100644 --- a/lib/libc/crypt/morecrypt.c +++ b/lib/libc/crypt/morecrypt.c @@ -1,4 +1,4 @@ -/* $Id: morecrypt.c,v 1.2 1995/12/17 05:49:38 deraadt Exp $ */ +/* $Id: morecrypt.c,v 1.3 1995/12/18 17:59:56 deraadt Exp $ */ /* * FreeSec: libcrypt @@ -45,13 +45,6 @@ * attention of the author). A list of errata for this book has been * posted to the sci.crypt newsgroup by the author and is available for FTP. * - * ARCHITECTURE ASSUMPTIONS: - * This code assumes that u_longs are 32 bits. It will probably not - * operate on 64-bit machines without modifications. - * It is assumed that the 8-byte arrays passed by reference can be - * addressed as arrays of u_longs (ie. the CPU is not picky about - * alignment). - * * NOTE: * This file must copy certain chunks of crypt.c for legal reasons. * crypt.c can only export the interface crypt(), to make binaries |