Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <mabaul@microsoft.com>2018-05-30 03:14:12 +0300
committerGitHub <noreply@github.com>2018-05-30 03:14:12 +0300
commitacc0ee661ef90f2f7655e40abe86828a05e5dc37 (patch)
tree6c34cf9346394e84d3c035ecc5a6bb4f093efd20
parent4a786145d044c569957b20bd7d6c7676e297f51b (diff)
parent0c46c2c92f8913bcf9ad0798307dd062b8a457ce (diff)
Merge pull request #67 from mono/fix-pal_random-symbol-export
Fix exporting of SystemNative_GetNonCryptographicallySecureRandomBytes
-rw-r--r--src/Native/Unix/System.Native/pal_random.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/Unix/System.Native/pal_random.c b/src/Native/Unix/System.Native/pal_random.c
index dfc81b03e0..ddbed43f98 100644
--- a/src/Native/Unix/System.Native/pal_random.c
+++ b/src/Native/Unix/System.Native/pal_random.c
@@ -13,6 +13,7 @@
#include <errno.h>
#include "pal_config.h"
+#include "pal_random.h"
/*
Generate random bytes. The generated bytes are not cryptographically strong.