diff options
author | Niels Möller <nisse@lysator.liu.se> | 1998-12-20 21:51:02 +0100 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 1998-12-20 21:51:02 +0100 |
commit | 0ce1de9e529e34d5e38f7b7f4e5fcc27b02c44b5 (patch) | |
tree | 876a44e0f8045a29eacc6ca195cc31688a6678d6 /blowfish.c | |
parent | c95151716d58da387551e6a60647e7c906711116 (diff) | |
download | nettle-0ce1de9e529e34d5e38f7b7f4e5fcc27b02c44b5.tar.gz |
Removed disinformation about VAXen.
Rev: src/symmetric/blowfish.c:1.3
Diffstat (limited to 'blowfish.c')
-rw-r--r-- | blowfish.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |