mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
712e8debb5
This fixes a strict aliasing issue in ui_dup_method_data. The parameter type of CRYPTO_EX_dup's from_d parameter is in fact void **, since it points to a pointer. This function is rarely used, therefore fix the param type although that may be considered an API breaking change. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2986) |
||
---|---|---|
.. | ||
build.info | ||
ui_err.c | ||
ui_lib.c | ||
ui_local.h | ||
ui_null.c | ||
ui_openssl.c | ||
ui_util.c |