[qca-nss-drv] Support for Datagram Transport Layer Security (DTLS)
- Support creation/deletion of NSS DTLS sessions for v1.0/v1.2
and NSS acceleration of DTLS Record layer encap/decap.
Change-Id: I87e69b11a4071abb07fd1dede748bf07bb008c4c
Signed-off-by: Tushar Mathur <tushar@codeaurora.org>
diff --git a/Makefile b/Makefile
index 1f61a38..3f50610 100644
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,3 @@
-##########################################################################
-# Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
-# Permission to use, copy, modify, and/or distribute this software for
-# any purpose with or without fee is hereby granted, provided that the
-# above copyright notice and this permission notice appear in all copies.
-# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
-# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-##########################################################################
-
# ###################################################
# # Makefile for the NSS driver
# ###################################################
@@ -26,6 +12,7 @@
nss_core.o \
nss_coredump.o \
nss_crypto.o \
+ nss_dtls.o \
nss_dynamic_interface.o \
nss_gre_redir.o \
nss_if.o \