add more tls13 files
This commit is contained in:
parent
695919e059
commit
f67724d084
@ -39,8 +39,10 @@ set(
|
|||||||
t1_lib.c
|
t1_lib.c
|
||||||
tls13_buffer.c
|
tls13_buffer.c
|
||||||
tls13_handshake.c
|
tls13_handshake.c
|
||||||
|
tls13_handshake_msg.c
|
||||||
tls13_key_schedule.c
|
tls13_key_schedule.c
|
||||||
tls13_record.c
|
tls13_record.c
|
||||||
|
tls13_record_layer.c
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(ssl ${SSL_SRC})
|
add_library(ssl ${SSL_SRC})
|
||||||
|
@ -48,8 +48,10 @@ libssl_la_SOURCES += t1_hash.c
|
|||||||
libssl_la_SOURCES += t1_lib.c
|
libssl_la_SOURCES += t1_lib.c
|
||||||
libssl_la_SOURCES += tls13_buffer.c
|
libssl_la_SOURCES += tls13_buffer.c
|
||||||
libssl_la_SOURCES += tls13_handshake.c
|
libssl_la_SOURCES += tls13_handshake.c
|
||||||
|
libssl_la_SOURCES += tls13_handshake_msg.c
|
||||||
libssl_la_SOURCES += tls13_key_schedule.c
|
libssl_la_SOURCES += tls13_key_schedule.c
|
||||||
libssl_la_SOURCES += tls13_record.c
|
libssl_la_SOURCES += tls13_record.c
|
||||||
|
libssl_la_SOURCES += tls13_record_layer.c
|
||||||
|
|
||||||
noinst_HEADERS = bytestring.h
|
noinst_HEADERS = bytestring.h
|
||||||
noinst_HEADERS += srtp.h
|
noinst_HEADERS += srtp.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user