mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
a9188d4e17
non-function pointers to function pointers and vice versa. The current solution is to have unions that describe the conversion we want to do, and gives us the ability to extract the type of data we want. The current solution is a quick fix, and can probably be made in a more general or elegant way. |
||
---|---|---|
.. | ||
.cvsignore | ||
b_dump.c | ||
b_print.c | ||
b_sock.c | ||
bf_buff.c | ||
bf_nbio.c | ||
bf_null.c | ||
bio_cb.c | ||
bio_err.c | ||
bio_lib.c | ||
bio.h | ||
bss_acpt.c | ||
bss_bio.c | ||
bss_conn.c | ||
bss_fd.c | ||
bss_file.c | ||
bss_log.c | ||
bss_mem.c | ||
bss_null.c | ||
bss_rtcp.c | ||
bss_sock.c | ||
Makefile.ssl |