From: Niels Möller Date: Sun, 20 Dec 1998 20:51:02 +0000 (+0100) Subject: Removed disinformation about VAXen. X-Git-Tag: moving_files_to_src_now~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ce1de9e529e34d5e38f7b7f4e5fcc27b02c44b5;p=thirdparty%2Fnettle.git Removed disinformation about VAXen. Rev: src/symmetric/blowfish.c:1.3 --- diff --git a/blowfish.c b/blowfish.c index 14eb683e..5a6ad408 100644 --- a/blowfish.c +++ b/blowfish.c @@ -254,8 +254,8 @@ function_F( BLOWFISH_context *bc, u32 x ) unsigned a, b, c, d; /* FIXME: I don't quite like this hack. It assumes that the byteorder - * is plain big or little endian (and for instance not VAX-ish), and - * that u32 are exactly 32 bits large (while the autoconf stuff only + * is plain big or little endian (and for instance not PDP-ish), and + * that a u32 is exactly 32 bits (while the autoconf stuff only * guarantees that it is *at least* 32 bits). * * On the other hand, taking the address of x makes it difficult to