From cbeb0b26e4c7caa8d1b47de791a7418dc20a4567 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 1 Apr 2006 19:24:03 +0000 Subject: Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. --- src/libsec/port/blowfish.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/libsec/port/blowfish.c') diff --git a/src/libsec/port/blowfish.c b/src/libsec/port/blowfish.c index 5dcc677c..0eed2939 100644 --- a/src/libsec/port/blowfish.c +++ b/src/libsec/port/blowfish.c @@ -2,10 +2,10 @@ #include #include -// Blowfish block cipher. See: -// Lecture Notes in Computer Science 809 -// Fast Software Encryption -// Cambridge Security Workshop, Cambridge, England (1993) +/* Blowfish block cipher. See: */ +/* Lecture Notes in Computer Science 809 */ +/* Fast Software Encryption */ +/* Cambridge Security Workshop, Cambridge, England (1993) */ static u32int sbox[1024]; static u32int pbox[BFrounds+2]; -- cgit v1.2.3