add new files and tests
This commit is contained in:
@@ -40,6 +40,7 @@ set(
|
||||
tls13_buffer.c
|
||||
tls13_handshake.c
|
||||
tls13_key_schedule.c
|
||||
tls13_record.c
|
||||
)
|
||||
|
||||
add_library(ssl ${SSL_SRC})
|
||||
|
@@ -49,6 +49,7 @@ libssl_la_SOURCES += t1_lib.c
|
||||
libssl_la_SOURCES += tls13_buffer.c
|
||||
libssl_la_SOURCES += tls13_handshake.c
|
||||
libssl_la_SOURCES += tls13_key_schedule.c
|
||||
libssl_la_SOURCES += tls13_record.c
|
||||
|
||||
noinst_HEADERS = bytestring.h
|
||||
noinst_HEADERS += srtp.h
|
||||
@@ -57,3 +58,4 @@ noinst_HEADERS += ssl_sigalgs.h
|
||||
noinst_HEADERS += ssl_tlsext.h
|
||||
noinst_HEADERS += tls13_internal.h
|
||||
noinst_HEADERS += tls13_handshake.h
|
||||
noinst_HEADERS += tls13_record.h
|
||||
|
Reference in New Issue
Block a user