diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-10-30 13:00:31 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-10-30 13:00:31 -0600 |
| commit | b478250379a0627ad8914c765307260fb97e6bec (patch) | |
| tree | 43ee2f34a5b91b79e52bf8944c0461320453464a | |
| parent | 3eea7a68377d35c7a37074de380ac4d4638afbe6 (diff) | |
| download | portable-b478250379a0627ad8914c765307260fb97e6bec.tar.gz portable-b478250379a0627ad8914c765307260fb97e6bec.tar.bz2 portable-b478250379a0627ad8914c765307260fb97e6bec.zip | |
+ec_convert.c -ec_print.c
| -rw-r--r-- | crypto/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | crypto/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 7844989..5afd54f 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
| @@ -373,6 +373,7 @@ set( | |||
| 373 | dsa/dsa_prn.c | 373 | dsa/dsa_prn.c |
| 374 | ec/ec_ameth.c | 374 | ec/ec_ameth.c |
| 375 | ec/ec_asn1.c | 375 | ec/ec_asn1.c |
| 376 | ec/ec_convert.c | ||
| 376 | ec/ec_curve.c | 377 | ec/ec_curve.c |
| 377 | ec/ec_err.c | 378 | ec/ec_err.c |
| 378 | ec/ec_key.c | 379 | ec/ec_key.c |
| @@ -381,7 +382,6 @@ set( | |||
| 381 | ec/ec_mult.c | 382 | ec/ec_mult.c |
| 382 | ec/ec_oct.c | 383 | ec/ec_oct.c |
| 383 | ec/ec_pmeth.c | 384 | ec/ec_pmeth.c |
| 384 | ec/ec_print.c | ||
| 385 | ec/eck_prn.c | 385 | ec/eck_prn.c |
| 386 | ec/ecp_mont.c | 386 | ec/ecp_mont.c |
| 387 | ec/ecp_oct.c | 387 | ec/ecp_oct.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index f05ab59..57030a8 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -544,6 +544,7 @@ noinst_HEADERS += dsa/dsa_local.h | |||
| 544 | # ec | 544 | # ec |
| 545 | libcrypto_la_SOURCES += ec/ec_ameth.c | 545 | libcrypto_la_SOURCES += ec/ec_ameth.c |
| 546 | libcrypto_la_SOURCES += ec/ec_asn1.c | 546 | libcrypto_la_SOURCES += ec/ec_asn1.c |
| 547 | libcrypto_la_SOURCES += ec/ec_convert.c | ||
| 547 | libcrypto_la_SOURCES += ec/ec_curve.c | 548 | libcrypto_la_SOURCES += ec/ec_curve.c |
| 548 | libcrypto_la_SOURCES += ec/ec_err.c | 549 | libcrypto_la_SOURCES += ec/ec_err.c |
| 549 | libcrypto_la_SOURCES += ec/ec_key.c | 550 | libcrypto_la_SOURCES += ec/ec_key.c |
| @@ -552,7 +553,6 @@ libcrypto_la_SOURCES += ec/ec_lib.c | |||
| 552 | libcrypto_la_SOURCES += ec/ec_mult.c | 553 | libcrypto_la_SOURCES += ec/ec_mult.c |
| 553 | libcrypto_la_SOURCES += ec/ec_oct.c | 554 | libcrypto_la_SOURCES += ec/ec_oct.c |
| 554 | libcrypto_la_SOURCES += ec/ec_pmeth.c | 555 | libcrypto_la_SOURCES += ec/ec_pmeth.c |
| 555 | libcrypto_la_SOURCES += ec/ec_print.c | ||
| 556 | libcrypto_la_SOURCES += ec/eck_prn.c | 556 | libcrypto_la_SOURCES += ec/eck_prn.c |
| 557 | libcrypto_la_SOURCES += ec/ecp_mont.c | 557 | libcrypto_la_SOURCES += ec/ecp_mont.c |
| 558 | libcrypto_la_SOURCES += ec/ecp_oct.c | 558 | libcrypto_la_SOURCES += ec/ecp_oct.c |
