| Index: crypto/crypto.gyp
|
| diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
|
| index c1c1047c41d644dd331cea492daff4dddd6dc700..2590c4fbdbfdc19fb53329a03377ffb02c80f0ab 100644
|
| --- a/crypto/crypto.gyp
|
| +++ b/crypto/crypto.gyp
|
| @@ -103,6 +103,8 @@
|
| # TODO(joth): Use a glob to match exclude patterns once the
|
| # OpenSSL file set is complete.
|
| 'sources!': [
|
| + 'curve25519-donna.c',
|
| + 'curve25519_nss.cc',
|
| 'ec_private_key_nss.cc',
|
| 'ec_signature_creator_nss.cc',
|
| 'encryptor_nss.cc',
|
| @@ -126,6 +128,7 @@
|
| 'sources!': [
|
| 'aead_openssl.cc',
|
| 'aead_openssl.h',
|
| + 'curve25519_openssl.cc',
|
| 'ec_private_key_openssl.cc',
|
| 'ec_signature_creator_openssl.cc',
|
| 'encryptor_openssl.cc',
|
|
|