Land #203, add libtls callback API
This commit is contained in:
commit
5532f007d3
@ -8,6 +8,7 @@ libtls_la_LIBADD += $(top_builddir)/compat/libcompat.la
|
||||
libtls_la_LIBADD += $(top_builddir)/compat/libcompatnoopt.la
|
||||
|
||||
libtls_la_SOURCES = tls.c
|
||||
libtls_la_SOURCES += tls_bio_cb.c
|
||||
libtls_la_SOURCES += tls_client.c
|
||||
libtls_la_SOURCES += tls_config.c
|
||||
libtls_la_SOURCES += tls_server.c
|
||||
|
@ -7,6 +7,7 @@ include_directories(
|
||||
set(
|
||||
TLS_SRC
|
||||
tls.c
|
||||
tls_bio_cb.c
|
||||
tls_client.c
|
||||
tls_config.c
|
||||
tls_conninfo.c
|
||||
|
@ -19,6 +19,7 @@ endif
|
||||
|
||||
libtls_la_SOURCES = tls.c
|
||||
libtls_la_SOURCES += tls_client.c
|
||||
libtls_la_SOURCES += tls_bio_cb.c
|
||||
libtls_la_SOURCES += tls_config.c
|
||||
libtls_la_SOURCES += tls_conninfo.c
|
||||
libtls_la_SOURCES += tls_server.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user