mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
Add TLS_REC.
This patch adds the TLS_REC structure. This structure is used to emit information about the TLS handshake from the core of irssi to the front-end layers such that we can display connection information to the user.
This commit is contained in:
parent
6a286a4eb2
commit
99d017720d
5 changed files with 318 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ libcore_a_SOURCES = \
|
|||
special-vars.c \
|
||||
utf8.c \
|
||||
wcwidth.c \
|
||||
tls.c \
|
||||
write-buffer.c
|
||||
|
||||
structure_headers = \
|
||||
|
|
@ -97,5 +98,6 @@ pkginc_core_HEADERS = \
|
|||
special-vars.h \
|
||||
utf8.h \
|
||||
window-item-def.h \
|
||||
tls.h \
|
||||
write-buffer.h \
|
||||
$(structure_headers)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue