From: basney Date: Thu, 3 Apr 2008 22:25:10 +0000 (+0000) Subject: Avoid C++ style comment syntax. X-Git-Tag: OPENSSH_5_0P1_GSSAPI_20080403~1 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/4509933ca13b41d35539f3dd9cbcda2d76660cfc Avoid C++ style comment syntax. --- 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 --------------------*/