mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 04:47:28 -07:00
Main difference is that we can drop a patch for py3.12 (and newer, I suppose) as upstream included the patch in this release. Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Part-of: https://codeberg.org/gentoo/gentoo/pulls/34 Merges: https://codeberg.org/gentoo/gentoo/pulls/34 Signed-off-by: Sam James <sam@gentoo.org>
12 lines
323 B
Diff
12 lines
323 B
Diff
--- 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
|