diff options
Diffstat (limited to 'security/nss/lib/pk11wrap/exports.gyp')
-rw-r--r-- | security/nss/lib/pk11wrap/exports.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/nss/lib/pk11wrap/exports.gyp b/security/nss/lib/pk11wrap/exports.gyp index b3d4bf468..5067cade8 100644 --- a/security/nss/lib/pk11wrap/exports.gyp +++ b/security/nss/lib/pk11wrap/exports.gyp @@ -13,6 +13,7 @@ { 'files': [ 'pk11func.h', + 'pk11hpke.h', 'pk11pqg.h', 'pk11priv.h', 'pk11pub.h', @@ -26,7 +27,8 @@ { 'files': [ 'dev3hack.h', - 'secmodi.h' + 'secmodi.h', + 'secmodti.h' ], 'destination': '<(nss_private_dist_dir)/<(module)' } |