Greenbone Security Assistant HTTP Server - The server talking to the Greenbone Vulnerability Management daemon (gvmd).
GNU Affero General Public License v3.0
11
stars
14
forks
source link
Fix: Initialize libgcrypt only once #100
Closed
bjoernricks closed 1 year ago
What:
Initialize libgcrypt only once.
Adjusted patch from https://github.com/greenbone/gvm-libs/pull/165
Closes #16
Why:
Remove the "Oops, secure memory pool already initialized" warning finally.
How:
Build and started gsad with and without the patch. The message is gone with the patch.
Checklist: