diff options
Diffstat (limited to 'security/nss/lib/pk11wrap/manifest.mn')
-rw-r--r-- | security/nss/lib/pk11wrap/manifest.mn | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/nss/lib/pk11wrap/manifest.mn b/security/nss/lib/pk11wrap/manifest.mn index f9b4a06e93..1a2d2446d2 100644 --- a/security/nss/lib/pk11wrap/manifest.mn +++ b/security/nss/lib/pk11wrap/manifest.mn @@ -1,4 +1,4 @@ -# +# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -9,7 +9,6 @@ EXPORTS = \ secmodt.h \ secpkcs5.h \ pk11func.h \ - pk11hpke.h \ pk11pub.h \ pk11priv.h \ pk11sdr.h \ @@ -18,7 +17,6 @@ EXPORTS = \ PRIVATE_EXPORTS = \ secmodi.h \ - secmodti.h \ dev3hack.h \ $(NULL) @@ -31,7 +29,6 @@ CSRCS = \ pk11cert.c \ pk11cxt.c \ pk11err.c \ - pk11hpke.c \ pk11kea.c \ pk11list.c \ pk11load.c \ |