aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/rand.h')
-rw-r--r--include/openssl/rand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/rand.h b/include/openssl/rand.h
index 82e3762690..2dec35ea53 100644
--- a/include/openssl/rand.h
+++ b/include/openssl/rand.h
@@ -64,7 +64,6 @@ int RAND_egd_bytes(const char *path, int bytes);
typedef void (*RAND_poll_cb)(void *arg,
const void *buf, int num, double randomness);
int RAND_poll(void);
-int RAND_poll_ex(RAND_poll_cb rand_add, void *arg);
# if defined(_WIN32) && (defined(BASETYPES) || defined(_WINDEF_H))
/* application has to include <windows.h> in order to use these */