summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2021-09-01 17:57:14 +0800
committerliuxueli <[email protected]>2021-09-01 17:57:14 +0800
commit8d623d0f024022059f81bf1855a1afe298041751 (patch)
treed9198b908801367d5a041d118546318acfe1450f /src
parent80584df0a98f8faea0d671e191055a34ccc047f9 (diff)
Libgcrypt warning: missing initialization - please fix the application
Diffstat (limited to 'src')
-rw-r--r--src/parser-quic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser-quic.cpp b/src/parser-quic.cpp
index c28bf7c..421e06e 100644
--- a/src/parser-quic.cpp
+++ b/src/parser-quic.cpp
@@ -20,7 +20,7 @@
int gcry_init()
{
- //const char * tmp = gcry_check_version("1.8.7");
+ gcry_check_version("1.8.7");
//gcry_control(GCRYCTL_SET_THREAD_CBS,&gcry_threads_pthread);
return 0;
}