blob: 2fc61e84e543732dce0f4cc044055517119105de [file] [log] [blame]
Austin Schuh35a2f492021-04-07 21:41:56 -07001if openssl_dep.found()
2 sources += files([
3 'openssl/tls.c',
4 'openssl/tls_tcp.c',
5 'openssl/tls_udp.c',
6 ])
7endif