diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl.c b/src/openssl.c index 5fcf76d..432c683 100644 --- a/src/openssl.c +++ b/src/openssl.c | |||
@@ -4167,7 +4167,7 @@ static int mt_init(void) { | |||
4167 | if (bound && !mt_state.dlref) { | 4167 | if (bound && !mt_state.dlref) { |
4168 | Dl_info info; | 4168 | Dl_info info; |
4169 | 4169 | ||
4170 | if (!dladdr(&luaopen__openssl_rand, &info)) { | 4170 | if (!dladdr((void *)&luaopen__openssl_rand, &info)) { |
4171 | error = -1; | 4171 | error = -1; |
4172 | goto leave; | 4172 | goto leave; |
4173 | } | 4173 | } |