diff options
author | David Shaw <[email protected]> | 2005-12-06 20:27:43 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-12-06 20:27:43 +0000 |
commit | 8a0cf1d2a342abbcb26dd2cc3397a848123d63fc (patch) | |
tree | 68a90779c4fbb4e762d12c1491ee5c8033321030 /cipher/rndw32.c | |
parent | * curl-shim.c (curl_easy_perform): Fix build warning (code before (diff) | |
download | gnupg-8a0cf1d2a342abbcb26dd2cc3397a848123d63fc.tar.gz gnupg-8a0cf1d2a342abbcb26dd2cc3397a848123d63fc.zip |
* idea-stub.c (load_module): Not legal to return a void * as a function
pointer.
Diffstat (limited to '')
-rw-r--r-- | cipher/rndw32.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cipher/rndw32.c b/cipher/rndw32.c index dc3c775c2..f81f1c191 100644 --- a/cipher/rndw32.c +++ b/cipher/rndw32.c @@ -61,9 +61,6 @@ */ #include <config.h> - -#ifdef USE_RNDW32 - #include <stdio.h> #include <stdlib.h> #include <assert.h> @@ -700,5 +697,3 @@ rndw32_gather_random_fast( void (*add)(const void*, size_t, int), int requester return 0; } - -#endif /*USE_RNDW32*/ |