tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

manifest.mn (1051B)


      1 # 
      2 # This Source Code Form is subject to the terms of the Mozilla Public
      3 # License, v. 2.0. If a copy of the MPL was not distributed with this
      4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      5 CORE_DEPTH = ../../../..
      6 
      7 PRIVATE_EXPORTS = \
      8 	pkix_basicconstraintschecker.h \
      9 	pkix_certchainchecker.h \
     10 	pkix_crlchecker.h \
     11         pkix_ekuchecker.h \
     12 	pkix_expirationchecker.h \
     13 	pkix_namechainingchecker.h \
     14 	pkix_nameconstraintschecker.h \
     15 	pkix_ocspchecker.h \
     16 	pkix_policychecker.h \
     17 	pkix_revocationmethod.h \
     18 	pkix_revocationchecker.h \
     19 	pkix_signaturechecker.h \
     20 	pkix_targetcertchecker.h \
     21 	$(NULL)
     22 
     23 MODULE = nss
     24 
     25 CSRCS = \
     26 	pkix_basicconstraintschecker.c \
     27 	pkix_certchainchecker.c \
     28 	pkix_crlchecker.c \
     29 	pkix_ekuchecker.c \
     30 	pkix_expirationchecker.c \
     31 	pkix_namechainingchecker.c \
     32 	pkix_nameconstraintschecker.c \
     33 	pkix_ocspchecker.c \
     34 	pkix_revocationmethod.c \
     35 	pkix_revocationchecker.c \
     36 	pkix_policychecker.c \
     37 	pkix_signaturechecker.c \
     38 	pkix_targetcertchecker.c \
     39 	$(NULL)
     40 
     41 LIBRARY_NAME = pkixchecker
     42 SHARED_LIBRARY = $(NULL)