security/nss/lib/libpkix/pkix/checker/manifest.mn

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rwxr-xr-x

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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 = ../../../..
     7 EXPORTS = \
     8 	$(NULL)
    10 PRIVATE_EXPORTS = \
    11 	pkix_basicconstraintschecker.h \
    12 	pkix_certchainchecker.h \
    13 	pkix_crlchecker.h \
    14         pkix_ekuchecker.h \
    15 	pkix_expirationchecker.h \
    16 	pkix_namechainingchecker.h \
    17 	pkix_nameconstraintschecker.h \
    18 	pkix_ocspchecker.h \
    19 	pkix_policychecker.h \
    20 	pkix_revocationmethod.h \
    21 	pkix_revocationchecker.h \
    22 	pkix_signaturechecker.h \
    23 	pkix_targetcertchecker.h \
    24 	$(NULL)
    26 MODULE = nss
    28 CSRCS = \
    29 	pkix_basicconstraintschecker.c \
    30 	pkix_certchainchecker.c \
    31 	pkix_crlchecker.c \
    32 	pkix_ekuchecker.c \
    33 	pkix_expirationchecker.c \
    34 	pkix_namechainingchecker.c \
    35 	pkix_nameconstraintschecker.c \
    36 	pkix_ocspchecker.c \
    37 	pkix_revocationmethod.c \
    38 	pkix_revocationchecker.c \
    39 	pkix_policychecker.c \
    40 	pkix_signaturechecker.c \
    41 	pkix_targetcertchecker.c \
    42 	$(NULL)
    44 LIBRARY_NAME = pkixchecker

mercurial