diff options
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 |