diff options
Diffstat (limited to 'crypto/crypto.gyp')
-rw-r--r-- | crypto/crypto.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp index 416f64c..2b3ec73 100644 --- a/crypto/crypto.gyp +++ b/crypto/crypto.gyp @@ -147,6 +147,8 @@ 'hmac_win.cc', 'mac_security_services_lock.cc', 'mac_security_services_lock.h', + 'p224_spake.cc', + 'p224_spake.h', 'nss_util.cc', 'nss_util.h', 'nss_util_internal.h', @@ -206,6 +208,7 @@ 'encryptor_unittest.cc', 'hmac_unittest.cc', 'p224_unittest.cc', + 'p224_spake_unittest.cc', 'rsa_private_key_unittest.cc', 'rsa_private_key_nss_unittest.cc', 'secure_hash_unittest.cc', |