summaryrefslogtreecommitdiff
path: root/app-crypt/hashcat/files/hashcat-6.2.4-brainless.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-20 21:42:17 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-20 21:42:17 +0100
commit90a3be9d71a22834f9bc82c072f1b993f9a10e31 (patch)
tree7f86c1f37e857df29494ec91436ca76bed49441a /app-crypt/hashcat/files/hashcat-6.2.4-brainless.patch
parenta597364520b9291d0b2a23bb007ced022e821d95 (diff)
gentoo auto-resync : 20:08:2023 - 21:42:17
Diffstat (limited to 'app-crypt/hashcat/files/hashcat-6.2.4-brainless.patch')
-rw-r--r--app-crypt/hashcat/files/hashcat-6.2.4-brainless.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/app-crypt/hashcat/files/hashcat-6.2.4-brainless.patch b/app-crypt/hashcat/files/hashcat-6.2.4-brainless.patch
deleted file mode 100644
index 66d85d45c0b2..000000000000
--- a/app-crypt/hashcat/files/hashcat-6.2.4-brainless.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-https://github.com/hashcat/hashcat/pull/2961#event-5251978340
-From 0d5aed883b45cf3c218cb71916b08d56ae3d25a3 Mon Sep 17 00:00:00 2001
-From: Miezhiko <Miezhiko@gmail.com>
-Date: Thu, 2 Sep 2021 17:52:27 +0400
-Subject: [PATCH] Fix compilation without brain
-
-Signed-off-by: Miezhiko <Miezhiko@gmail.com>
----
- src/hashcat.c | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/src/hashcat.c b/src/hashcat.c
-index 163d7408d..bf936ccc0 100644
---- a/src/hashcat.c
-+++ b/src/hashcat.c
-@@ -922,7 +922,10 @@ static int outer_loop (hashcat_ctx_t *hashcat_ctx)
-
- // clean up
-
-+ #ifdef WITH_BRAIN
- brain_ctx_destroy (hashcat_ctx);
-+ #endif
-+
- bitmap_ctx_destroy (hashcat_ctx);
- combinator_ctx_destroy (hashcat_ctx);
- cpt_ctx_destroy (hashcat_ctx);
-@@ -1090,13 +1093,13 @@ int hashcat_session_init (hashcat_ctx_t *hashcat_ctx, const char *install_folder
- }
- }
- #endif
-- #endif
-
- /**
- * brain
- */
-
- if (brain_ctx_init (hashcat_ctx) == -1) return -1;
-+ #endif
-
- /**
- * logfile