summaryrefslogtreecommitdiff
path: root/dev-python/python-tlsh/files/python-tlsh-4.12.1-tlshmodule.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-tlsh/files/python-tlsh-4.12.1-tlshmodule.patch')
-rw-r--r--dev-python/python-tlsh/files/python-tlsh-4.12.1-tlshmodule.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/python-tlsh/files/python-tlsh-4.12.1-tlshmodule.patch b/dev-python/python-tlsh/files/python-tlsh-4.12.1-tlshmodule.patch
new file mode 100644
index 000000000000..3c134e0b5b7c
--- /dev/null
+++ b/dev-python/python-tlsh/files/python-tlsh-4.12.1-tlshmodule.patch
@@ -0,0 +1,11 @@
+--- a/tlshmodule.cpp
++++ b/tlshmodule.cpp
+@@ -59,7 +59,7 @@
+ #include <Python.h>
+ #include <new>
+ #include <bytesobject.h>
+-#include "tlsh.h"
++#include <tlsh/tlsh.h>
+
+ // to generate the "T1" hashes introduced in TLSH 4.0.0
+ // see 4.0.0 from 26/Mar/2020 at https://github.com/trendmicro/tlsh/blob/master/Change_History.md