aboutsummaryrefslogtreecommitdiff
path: root/src/libsec/port/desECB.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsec/port/desECB.c')
-rw-r--r--src/libsec/port/desECB.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libsec/port/desECB.c b/src/libsec/port/desECB.c
index a9ad0018..0bc34141 100644
--- a/src/libsec/port/desECB.c
+++ b/src/libsec/port/desECB.c
@@ -2,10 +2,10 @@
#include <mp.h>
#include <libsec.h>
-// 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
desECBencrypt(uchar *p, int len, DESstate *s)