1#
2# mod.mk
3#
4# Copyright (C) 2010 Creytiv.com
5#
6
7ifneq ($(USE_OPENSSL),)
8SRCS	+= tls/openssl/tls.c
9SRCS	+= tls/openssl/tls_tcp.c
10SRCS	+= tls/openssl/tls_udp.c
11endif
12