Hash : e6772301 Author : Thomas de Grivel Date : 2025-09-17T18:43:17
move tls/server.c into tls/tls.c
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# sources.mk generated by update_sources HEADERS = \ "tls.h" \ "tls_buf.h" \ "tls_client.h" \ "tls_config.h" \ "tls_server.h" \ "types.h" \ SOURCES = \ "tls.c" \ "tls_buf.c" \ "tls_client.c" \ "tls_config.c" \ "tls_server.c" \