]> granicus.if.org Git - libevent/commit
fix build system and add test and cleanup code
authorokhowang(王沛文) <okhowang@tencent.com>
Thu, 28 May 2020 09:14:46 +0000 (17:14 +0800)
committerAzat Khuzhin <azat@libevent.org>
Wed, 22 Jul 2020 19:53:23 +0000 (22:53 +0300)
commit028385f685585b4b247bdd4acae3cd12de2b4da4
tree602344160aa7442e674e26f54838a7d50d8f35f8
parent8218777d44ab30c8a5e2d5d637a62f924c83b65c
fix build system and add test and cleanup code
20 files changed:
CMakeLists.txt
Makefile.am
bufferevent_mbedtls.c
cmake/FindMbedTLS.cmake
configure.ac
event-config.h.cmake
include/event2/bufferevent_ssl.h
include/event2/visibility.h
m4/libevent_mbedtls.m4
sample/include.am
sample/ssl-client-mbedtls.c [new file with mode: 0644]
sample/ssl_client1.c [deleted file]
test-export/test-export.c
test-export/test-export.py
test/include.am
test/regress.h
test/regress_main.c
test/regress_mbedtls.c [new file with mode: 0644]
test/regress_openssl.c [new file with mode: 0644]
test/regress_ssl.c