diff options
author | Tobias Pape <tobias@netshed.de> | 2016-06-28 03:29:54 +0200 |
---|---|---|
committer | Tobias Pape <tobias@netshed.de> | 2016-06-28 03:29:54 +0200 |
commit | a69063be1023217548046b9c8615293b88f2ad19 (patch) | |
tree | 18cc4690f81ef0dd3808713a8a5de4f2723b7060 /tls/Makefile.am | |
parent | ddb22413ed761294b04365b20eae1f6667372cf6 (diff) | |
download | portable-a69063be1023217548046b9c8615293b88f2ad19.tar.gz portable-a69063be1023217548046b9c8615293b88f2ad19.tar.bz2 portable-a69063be1023217548046b9c8615293b88f2ad19.zip |
Portable code part for callbacks in accept/connect
see https://github.com/libressl-portable/openbsd/pull/64
Diffstat (limited to 'tls/Makefile.am')
-rw-r--r-- | tls/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tls/Makefile.am b/tls/Makefile.am index b7dd4b0..8350e4d 100644 --- a/tls/Makefile.am +++ b/tls/Makefile.am | |||
@@ -19,6 +19,7 @@ endif | |||
19 | 19 | ||
20 | libtls_la_SOURCES = tls.c | 20 | libtls_la_SOURCES = tls.c |
21 | libtls_la_SOURCES += tls_client.c | 21 | libtls_la_SOURCES += tls_client.c |
22 | libtls_la_SOURCES += tls_bio_cb.c | ||
22 | libtls_la_SOURCES += tls_config.c | 23 | libtls_la_SOURCES += tls_config.c |
23 | libtls_la_SOURCES += tls_conninfo.c | 24 | libtls_la_SOURCES += tls_conninfo.c |
24 | libtls_la_SOURCES += tls_server.c | 25 | libtls_la_SOURCES += tls_server.c |