diff options
Diffstat (limited to 'tests/pidwraptest.c')
-rw-r--r-- | tests/pidwraptest.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/pidwraptest.c b/tests/pidwraptest.c index 75f2cc2..7eb2a0c 100644 --- a/tests/pidwraptest.c +++ b/tests/pidwraptest.c | |||
@@ -1,6 +1,9 @@ | |||
1 | /* | 1 | /* |
2 | * Checks if LibreSSL's PRNG is fork-safe on Linux. | 2 | * Checks if LibreSSL's PRNG is fork-safe. |
3 | * From https://www.agwa.name/blog/post/libressls_prng_is_unsafe_on_linux | 3 | * From https://www.agwa.name/blog/post/libressls_prng_is_unsafe_on_linux |
4 | * This code is in the public domain. | ||
5 | * | ||
6 | * Original source: https://gist.github.com/AGWA/eb84e55ca25a7da1deb0 | ||
4 | */ | 7 | */ |
5 | 8 | ||
6 | #include <openssl/rand.h> | 9 | #include <openssl/rand.h> |