greenbone / gsad

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

Use MHD_HTTP_UNPROCESSABLE_CONTENT for 9.74 or later #123

Closed mattmundell closed 1 year ago

mattmundell commented 1 year ago

What

Use MHD_HTTP_UNPROCESSABLE_CONTENT instead of deprecated MHD_HTTP_UNPROCESSABLE_ENTITY for libmicrohttpd 9.74 and later.

Why

Gets build working when CMAKE_BUILD_TYPE is DEBUG.

References

Was deprecated in this commit.

Checklist