Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sse/blake2-config.h')
-rw-r--r--sse/blake2-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sse/blake2-config.h b/sse/blake2-config.h
index 5cf8104..40455b1 100644
--- a/sse/blake2-config.h
+++ b/sse/blake2-config.h
@@ -16,7 +16,7 @@
#ifndef __BLAKE2_CONFIG_H__
#define __BLAKE2_CONFIG_H__
-// These don't work everywhere
+/* These don't work everywhere */
#if defined(__SSE2__) || defined(__x86_64__) || defined(__amd64__)
#define HAVE_SSE2
#endif