commit | a773b52a61bb269e75ebbac01cfca9ebcb6c78b9 | [log] [tgz] |
---|---|---|
author | Rich Salz <rsalz@akamai.com> | Sat Feb 13 22:33:56 2016 -0500 |
committer | Rich Salz <rsalz@openssl.org> | Mon Feb 22 13:39:44 2016 -0500 |
tree | b70a39274abcb667620e2bb8f99570cad672ea65 | |
parent | 5de75fb4fb0a0f724c259a5477603c7d0dfd2235 [diff] [blame] |
Remove unused parameters from internal functions Reviewed-by: Richard Levitte <levitte@openssl.org>
diff --git a/e_os.h b/e_os.h index 0701a78..3a4ba6d 100644 --- a/e_os.h +++ b/e_os.h
@@ -93,6 +93,8 @@ # define REF_PRINT_COUNT(a, b) # endif +# define osslargused(x) (void)x + # ifndef DEVRANDOM /* * set this to a comma-separated list of 'random' device files to try out. My