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/des3ECB.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/libsec/port/des3ECB.c') diff --git a/src/libsec/port/des3ECB.c b/src/libsec/port/des3ECB.c index 324254b1..a03d7044 100644 --- a/src/libsec/port/des3ECB.c +++ b/src/libsec/port/des3ECB.c @@ -2,10 +2,10 @@ #include #include -// I wasn't sure what to do when the buffer was not -// a multiple of 8. I did what lacy's cryptolib did -// to be compatible, but it looks dangerous to me -// since its encrypting plain text with the key. -- presotto +/* I wasn't sure what to do when the buffer was not */ +/* a multiple of 8. I did what lacy's cryptolib did */ +/* to be compatible, but it looks dangerous to me */ +/* since its encrypting plain text with the key. -- presotto */ void des3ECBencrypt(uchar *p, int len, DES3state *s) -- cgit v1.2.3