diff options
| -rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | crypto/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index f0c9687..ac29272 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
| @@ -241,6 +241,7 @@ set( | |||
| 241 | bn/bn_lib.c | 241 | bn/bn_lib.c |
| 242 | bn/bn_mod.c | 242 | bn/bn_mod.c |
| 243 | bn/bn_mod_sqrt.c | 243 | bn/bn_mod_sqrt.c |
| 244 | bn/bn_mod_words.c | ||
| 244 | bn/bn_mont.c | 245 | bn/bn_mont.c |
| 245 | bn/bn_mul.c | 246 | bn/bn_mul.c |
| 246 | bn/bn_prime.c | 247 | bn/bn_prime.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 4833288..5a3f496 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -361,6 +361,7 @@ libcrypto_la_SOURCES += bn/bn_kron.c | |||
| 361 | libcrypto_la_SOURCES += bn/bn_lib.c | 361 | libcrypto_la_SOURCES += bn/bn_lib.c |
| 362 | libcrypto_la_SOURCES += bn/bn_mod.c | 362 | libcrypto_la_SOURCES += bn/bn_mod.c |
| 363 | libcrypto_la_SOURCES += bn/bn_mod_sqrt.c | 363 | libcrypto_la_SOURCES += bn/bn_mod_sqrt.c |
| 364 | libcrypto_la_SOURCES += bn/bn_mod_words.c | ||
| 364 | libcrypto_la_SOURCES += bn/bn_mont.c | 365 | libcrypto_la_SOURCES += bn/bn_mont.c |
| 365 | libcrypto_la_SOURCES += bn/bn_mul.c | 366 | libcrypto_la_SOURCES += bn/bn_mul.c |
| 366 | libcrypto_la_SOURCES += bn/bn_prime.c | 367 | libcrypto_la_SOURCES += bn/bn_prime.c |
