From: Andy Polyakov Date: Wed, 21 Mar 2018 12:12:15 +0000 (+0100) Subject: include/openssl/rand.h: omit intermediate typedef. X-Git-Tag: OpenSSL_1_1_1-pre4~70 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b9499cf8de17d1d7efd4ad135beb74d5dec8e120;p=oweals%2Fopenssl.git include/openssl/rand.h: omit intermediate typedef. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4159) --- diff --git a/include/openssl/rand.h b/include/openssl/rand.h index 17545c0d70..058ece631a 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)) diff --git a/util/private.num b/util/private.num index dea5cc2677..7c008f3058 100644 --- a/util/private.num +++ b/util/private.num @@ -43,7 +43,6 @@ OSSL_STORE_open_fn datatype OSSL_STORE_post_process_info_fn datatype PROFESSION_INFO datatype PROFESSION_INFOS datatype -RAND_poll_cb datatype SSL_CTX_keylog_cb_func datatype SSL_client_hello_cb_fn datatype SSL_psk_client_cb_func datatype