From 4509933ca13b41d35539f3dd9cbcda2d76660cfc Mon Sep 17 00:00:00 2001 From: basney Date: Thu, 3 Apr 2008 22:25:10 +0000 Subject: [PATCH] Avoid C++ style comment syntax. --- openssh/cipher-ctr-mt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openssh/cipher-ctr-mt.c b/openssh/cipher-ctr-mt.c index abe39ff..93fb444 100644 --- a/openssh/cipher-ctr-mt.c +++ b/openssh/cipher-ctr-mt.c @@ -54,10 +54,10 @@ #define CACHELINE_LEN 64 /* Collect thread stats and print at cancellation when in debug mode */ -// #define CIPHER_THREAD_STATS +/* #define CIPHER_THREAD_STATS */ /* Use single-byte XOR instead of 8-byte XOR */ -// #define CIPHER_BYTE_XOR +/* #define CIPHER_BYTE_XOR */ /*-------------------- END TUNABLES --------------------*/ -- 2.45.1