mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 15:15:11 +02:00
patch taken from upstream svn: https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/lib/libfilezilla/util.hpp?view=patch&r1=8432&r2=8431&pathrev=8432 fixes building of filezilla 3.26.2 against libfilezilla
11 lines
308 B
Diff
11 lines
308 B
Diff
--- lib/libfilezilla/util.hpp 2017/06/01 19:28:46 8431
|
|
+++ 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);
|
|
|
|
}
|
|
|