diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-04-02 17:33:39 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-04-02 17:33:39 -0500 |
commit | 582d4d27786ea1ec6e19f2ee2317f63c5c16a02d (patch) | |
tree | ae7816cf2168372a44365efc40a17e2cf3ca40e9 /security/openvas/files/patch-nasl_md4.h | |
parent | security/gvmd: update to 22.4.2 (diff) |
security/openvas: Update to 22.4.1
ChangeLog at: https://github.com/greenbone/openvas-scanner/releases/tag/v22.4.1
Diffstat (limited to 'security/openvas/files/patch-nasl_md4.h')
-rw-r--r-- | security/openvas/files/patch-nasl_md4.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/openvas/files/patch-nasl_md4.h b/security/openvas/files/patch-nasl_md4.h new file mode 100644 index 000000000000..9ef902ccb9ec --- /dev/null +++ b/security/openvas/files/patch-nasl_md4.h @@ -0,0 +1,10 @@ +--- nasl/md4.h 2023-04-02 01:42:54.408984000 -0500 ++++ nasl/md4.h 2023-04-02 01:43:11.470498000 -0500 +@@ -28,5 +28,4 @@ + + void + mdfour_ntlmssp (unsigned char *out, const unsigned char *in, int n); +- +-#endif +\ No newline at end of file ++#endif |