aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/third_party/src/gcrypt/aesni.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/third_party/src/gcrypt/aesni.c b/src/lib/third_party/src/gcrypt/aesni.c
index b5d164662..e36014aec 100644
--- a/src/lib/third_party/src/gcrypt/aesni.c
+++ b/src/lib/third_party/src/gcrypt/aesni.c
@@ -46,7 +46,7 @@
#endif
#if defined(linux) || defined(__linux__)
-static u_int8_t cached_has_aesni = 0. has_aesni_checked = 0;
+static u_int8_t cached_has_aesni = 0, has_aesni_checked = 0;
#endif
/*