diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-11-06 04:57:23 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-11-06 04:57:23 +0900 |
commit | 5f187770f36e5049f54a3c717e8c71e3c824e5ba (patch) | |
tree | f4da368b64440bb93944f5e0f7858aa26ccd6338 /crypto/CMakeLists.txt | |
parent | e0a62cf201e7940e5d1dc350ff201afca49d648d (diff) | |
download | portable-5f187770f36e5049f54a3c717e8c71e3c824e5ba.tar.gz portable-5f187770f36e5049f54a3c717e8c71e3c824e5ba.tar.bz2 portable-5f187770f36e5049f54a3c717e8c71e3c824e5ba.zip |
Add curve25519 to portable
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r-- | crypto/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 895f419..2b48d32 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -281,6 +281,8 @@ set( | |||
281 | conf/conf_mall.c | 281 | conf/conf_mall.c |
282 | conf/conf_mod.c | 282 | conf/conf_mod.c |
283 | conf/conf_sap.c | 283 | conf/conf_sap.c |
284 | curve25519/curve25519-generic.c | ||
285 | curve25519/curve25519.c | ||
284 | des/cbc_cksm.c | 286 | des/cbc_cksm.c |
285 | des/cbc_enc.c | 287 | des/cbc_enc.c |
286 | des/cfb64ede.c | 288 | des/cfb64ede.c |