diff options
author | Brent Cook <bcook@openbsd.org> | 2014-10-22 13:06:36 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-10-22 13:06:36 -0500 |
commit | eb26e56ba8557eeb9c417be83b92c6fc8850943c (patch) | |
tree | df021776f3c05aaf2b786b6f11736106caf6858f /tests | |
parent | a91d1013cfb08ae17136f5ee412f5fb670199834 (diff) | |
download | portable-eb26e56ba8557eeb9c417be83b92c6fc8850943c.tar.gz portable-eb26e56ba8557eeb9c417be83b92c6fc8850943c.tar.bz2 portable-eb26e56ba8557eeb9c417be83b92c6fc8850943c.zip |
undef LIBRESSL_INTERNAL for the pidwrap test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pidwraptest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pidwraptest.c b/tests/pidwraptest.c index 7eb2a0c..5dbcef7 100644 --- a/tests/pidwraptest.c +++ b/tests/pidwraptest.c | |||
@@ -6,6 +6,7 @@ | |||
6 | * Original source: https://gist.github.com/AGWA/eb84e55ca25a7da1deb0 | 6 | * Original source: https://gist.github.com/AGWA/eb84e55ca25a7da1deb0 |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #undef LIBRESSL_INTERNAL | ||
9 | #include <openssl/rand.h> | 10 | #include <openssl/rand.h> |
10 | #include <stdio.h> | 11 | #include <stdio.h> |
11 | #include <stdlib.h> | 12 | #include <stdlib.h> |