openssl/crypto/ui
Bernd Edlinger 712e8debb5 Fix the parameter types of the CRYPTO_EX_dup function type.
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)
2020-05-23 15:31:14 +02:00
..
build.info
ui_err.c
ui_lib.c In OpenSSL builds, declare STACK for datatypes ... 2020-04-24 16:42:46 +02:00
ui_local.h
ui_null.c
ui_openssl.c TTY_get() in crypto/ui/ui_openssl.c open_console() can also return errno 1 (EPERM, Linux) 2020-05-18 09:56:27 +01:00
ui_util.c Fix the parameter types of the CRYPTO_EX_dup function type. 2020-05-23 15:31:14 +02:00