diff options
author | Joey Yandle <xoloki@gmail.com> | 2016-01-13 06:27:27 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-05-29 19:36:59 +0200 |
commit | 6f0cc2a6f8a7da5b68e5665589f307683a9a85f4 (patch) | |
tree | f75cf3b645d7932c0d8e21358f9f052bdfa2aedf /include | |
parent | get rid of unnecessary include (diff) | |
download | openssl-6f0cc2a6f8a7da5b68e5665589f307683a9a85f4.tar.xz openssl-6f0cc2a6f8a7da5b68e5665589f307683a9a85f4.zip |
cherry pick pr-512 changes
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1079)
Diffstat (limited to 'include')
-rw-r--r-- | include/openssl/rand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/rand.h b/include/openssl/rand.h index 8b0188d74a..4d7e6eaebe 100644 --- a/include/openssl/rand.h +++ b/include/openssl/rand.h @@ -67,8 +67,6 @@ int RAND_poll(void); # if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32) -int RAND_event(UINT, WPARAM, LPARAM); - # endif /* BEGIN ERROR CODES */ |