mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-06 03:45:32 +00:00
Fix typo
This commit is contained in:
parent
a16cd9634f
commit
f30479b4a4
1 changed files with 1 additions and 1 deletions
2
src/lib/third_party/src/gcrypt/aesni.c
vendored
2
src/lib/third_party/src/gcrypt/aesni.c
vendored
|
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue