summary refs log tree commit diff
path: root/tls_util.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-30 18:21:51 -0400
committerJune McEnroe <june@causal.agency>2020-08-02 15:42:48 -0400
commit1a24fe87cb1a9b55ae59734cd5eb31a71d58888d (patch)
tree7a4b213b7a1a06b57b6559aaef957e63c8de161a /tls_util.c
parentbuild: Strip down build (diff)
downloadlibretls-1a24fe87cb1a9b55ae59734cd5eb31a71d58888d.tar.gz
libretls-1a24fe87cb1a9b55ae59734cd5eb31a71d58888d.zip
build: Add compat sources
Copied from crypto/Makefile.am for the ones that are actually used by
libtls.
Diffstat (limited to 'tls_util.c')
0 files changed, 0 insertions, 0 deletions
>Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe