aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2018-03-21 13:12:15 +0100
committerAndy Polyakov <appro@openssl.org>2018-03-22 15:06:02 +0100
commitb9499cf8de17d1d7efd4ad135beb74d5dec8e120 (patch)
treedbf49c055bf0dd0cde5693ba6b458a69a2d4d547 /include
parenta497a088134dd02b1d3f053ba9a63fdd6cf8e9b4 (diff)
downloadopenssl-b9499cf8de17d1d7efd4ad135beb74d5dec8e120.zip
openssl-b9499cf8de17d1d7efd4ad135beb74d5dec8e120.tar.gz
openssl-b9499cf8de17d1d7efd4ad135beb74d5dec8e120.tar.bz2
include/openssl/rand.h: omit intermediate typedef.
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4159)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/rand.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/rand.h b/include/openssl/rand.h
index 17545c0..058ece6 100644
--- a/include/openssl/rand.h
+++ b/include/openssl/rand.h
@@ -60,8 +60,6 @@ int RAND_egd(const char *path);
int RAND_egd_bytes(const char *path, int bytes);
# endif
-typedef void (*RAND_poll_cb)(void *arg,
- const void *buf, int num, double randomness);
int RAND_poll(void);
# if defined(_WIN32) && (defined(BASETYPES) || defined(_WINDEF_H))