1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/lib/ssl/manifest.mn Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,53 @@ 1.4 +# 1.5 +# This Source Code Form is subject to the terms of the Mozilla Public 1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.8 +CORE_DEPTH = ../.. 1.9 + 1.10 +# DEFINES = -DTRACE 1.11 + 1.12 +EXPORTS = \ 1.13 + ssl.h \ 1.14 + sslt.h \ 1.15 + sslerr.h \ 1.16 + sslproto.h \ 1.17 + preenc.h \ 1.18 + $(NULL) 1.19 + 1.20 +MODULE = nss 1.21 +MAPFILE = $(OBJDIR)/ssl.def 1.22 + 1.23 +CSRCS = \ 1.24 + derive.c \ 1.25 + dtlscon.c \ 1.26 + prelib.c \ 1.27 + ssl3con.c \ 1.28 + ssl3gthr.c \ 1.29 + sslauth.c \ 1.30 + sslcon.c \ 1.31 + ssldef.c \ 1.32 + sslenum.c \ 1.33 + sslerr.c \ 1.34 + sslerrstrs.c \ 1.35 + sslinit.c \ 1.36 + ssl3ext.c \ 1.37 + sslgathr.c \ 1.38 + sslmutex.c \ 1.39 + sslnonce.c \ 1.40 + sslreveal.c \ 1.41 + sslsecur.c \ 1.42 + sslsnce.c \ 1.43 + sslsock.c \ 1.44 + ssltrace.c \ 1.45 + sslver.c \ 1.46 + authcert.c \ 1.47 + cmpcert.c \ 1.48 + sslinfo.c \ 1.49 + ssl3ecc.c \ 1.50 + $(NULL) 1.51 + 1.52 +LIBRARY_NAME = ssl 1.53 +LIBRARY_VERSION = 3 1.54 + 1.55 +# This part of the code, including all sub-dirs, can be optimized for size 1.56 +export ALLOW_OPT_CODE_SIZE = 1