summaryrefslogtreecommitdiffstats
path: root/crypto/crypto.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/crypto.gyp')
-rw-r--r--crypto/crypto.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index 39e4712..4ba571b 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -186,6 +186,9 @@
'crypto_module_blocking_password_delegate.h',
'cssm_init.cc',
'cssm_init.h',
+ 'curve25519.cc',
+ 'curve25519.h',
+ 'curve25519-donna.c',
'ghash.cc',
'ghash.h',
'ec_private_key.h',
@@ -262,6 +265,7 @@
'run_all_unittests.cc',
# Tests.
+ 'curve25519_unittest.cc',
'ec_private_key_unittest.cc',
'ec_signature_creator_unittest.cc',
'encryptor_unittest.cc',