diff options
Diffstat (limited to 'random-seed.c')
-rw-r--r-- | random-seed.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/random-seed.c b/random-seed.c index f33bf02..3e82acc 100644 --- a/random-seed.c +++ b/random-seed.c @@ -13,12 +13,6 @@ * limitations under the License. */ -/* we don't use enough CPU time, better be safe than sorry */ -#ifdef NDEBUG -#warning "NDEBUG is always disabled for security" -#undef NDEBUG -#endif - #include <assert.h> #include <errno.h> #include <fcntl.h> |