mirror of
https://github.com/cuberite/polarssl.git
synced 2025-12-09 15:24:32 -05:00
Create a new source file for code that is shared between ssl_client2.c and ssl_server2.c, but cannot be compiled separately and instead needs to be #include'd in each program that uses it. This is for code that references macros or types that are defined differently in the two programs. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>