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, 12 insertions, 0 deletions
diff --git a/libraries/libfilezilla/r8432.patch b/libraries/libfilezilla/r8432.patch
new file mode 100644
index 0000000000..ac9cd9a672
--- /dev/null
+++ b/libraries/libfilezilla/r8432.patch
@@ -0,0 +1,12 @@
+--- 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);
+
+ }
+
+