summaryrefslogtreecommitdiffstats
path: root/libraries/libfilezilla/r8432.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libfilezilla/r8432.patch')
-rw-r--r--libraries/libfilezilla/r8432.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/libraries/libfilezilla/r8432.patch b/libraries/libfilezilla/r8432.patch
deleted file mode 100644
index ac9cd9a672..0000000000
--- a/libraries/libfilezilla/r8432.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- libfilezilla/trunk/lib/libfilezilla/util.hpp 2017/06/01 19:28:46 8431
-+++ libfilezilla/trunk/lib/libfilezilla/util.hpp 2017/06/02 15:08:22 8432
-@@ -28,7 +28,7 @@
-
- /** \brief Get random uniformly distributed bytes
- */
--std::vector<uint8_t> random_bytes(size_t size);
-+std::vector<uint8_t> FZ_PUBLIC_SYMBOL random_bytes(size_t size);
-
- }
-
-