summaryrefslogtreecommitdiffstats
path: root/59.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-17 15:07:12 +0200
committerRemi Collet <remi@php.net>2022-08-17 15:07:12 +0200
commitc2fc70789a513ae0f4905f1d1b2691ffd71f8e53 (patch)
tree0ac2bc381d509a4c51e460f2a109959c07807134 /59.patch
parent6419b68c59964b09973615cddb66c7b8bd107bc9 (diff)
update to 1.4.3
Diffstat (limited to '59.patch')
-rw-r--r--59.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/59.patch b/59.patch
deleted file mode 100644
index 15aa416..0000000
--- a/59.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 16a810d4ec8ce7538afe1537fc162f44536dd83d Mon Sep 17 00:00:00 2001
-From: Cody Logan <clpo13@gmail.com>
-Date: Tue, 24 Aug 2021 13:25:57 -0700
-Subject: [PATCH] nosse version needs to include php_scrypt.h as well
-
----
- crypto/crypto_scrypt-nosse.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/crypto/crypto_scrypt-nosse.c b/crypto/crypto_scrypt-nosse.c
-index 98968b0..114ce0a 100644
---- a/crypto/crypto_scrypt-nosse.c
-+++ b/crypto/crypto_scrypt-nosse.c
-@@ -45,6 +45,7 @@
- #include "sysendian.h"
-
- #include "crypto_scrypt.h"
-+#include "php_scrypt.h"
-
- static void blkcpy(uint8_t *, uint8_t *, size_t);
- static void blkxor(uint8_t *, uint8_t *, size_t);