aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlfredo Cardigliano <cardigliano@ntop.org>2022-10-26 16:05:32 +0200
committerAlfredo Cardigliano <cardigliano@ntop.org>2022-10-26 16:05:32 +0200
commitf30479b4a422d9f44529064015162faede29d491 (patch)
tree52a50812021b76353bdb35188b6a31aaf1302192 /src
parenta16cd9634f69478a585ee9539306e67535e511e2 (diff)
Fix typo
Diffstat (limited to 'src')
-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
/*