diff options
| author | est31 <MTest31@outlook.com> | 2015-08-06 08:57:13 +0200 |
|---|---|---|
| committer | kwolekr <kwolekr@minetest.net> | 2015-11-08 15:57:15 -0500 |
| commit | ad5ac39d8d1a8b8f6f0fe077e20bac914ddc624b (patch) | |
| tree | 6d30b2687f6c0ed60c22e626be9c31ba64a8efd7 /src/porting.h | |
| parent | d506d567075914b138ca869981f2e45ce503ee5d (diff) | |
| download | minetest-ad5ac39d8d1a8b8f6f0fe077e20bac914ddc624b.tar.xz | |
Add LuaSecureRandom
Diffstat (limited to 'src/porting.h')
| -rw-r--r-- | src/porting.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/porting.h b/src/porting.h index a86d37fbb..1e89cd044 100644 --- a/src/porting.h +++ b/src/porting.h @@ -343,6 +343,7 @@ void setXorgClassHint(const video::SExposedVideoData &video_data, // threads in the process inherit this exception handler void setWin32ExceptionHandler(); +bool secure_rand_fill_buf(void *buf, size_t len); } // namespace porting #ifdef __ANDROID__ |
