diff options
| author | liuxueli <[email protected]> | 2021-09-01 17:57:14 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2021-09-01 17:57:14 +0800 |
| commit | 8d623d0f024022059f81bf1855a1afe298041751 (patch) | |
| tree | d9198b908801367d5a041d118546318acfe1450f /src | |
| parent | 80584df0a98f8faea0d671e191055a34ccc047f9 (diff) | |
Libgcrypt warning: missing initialization - please fix the application
Diffstat (limited to 'src')
| -rw-r--r-- | src/parser-quic.cpp | 2 |
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; } |
