diff options
author | Theo Buehler <tb@openbsd.org> | 2023-05-05 06:42:50 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-05-05 09:20:16 -0600 |
commit | 686f7ff31e9848a282020f9ed82e6d3ca86fc109 (patch) | |
tree | 703c6a8d2da0a521868fb12902935b846ec4b23b | |
parent | cfd985364666309abf772b27764c114e68818f57 (diff) | |
download | portable-686f7ff31e9848a282020f9ed82e6d3ca86fc109.tar.gz portable-686f7ff31e9848a282020f9ed82e6d3ca86fc109.tar.bz2 portable-686f7ff31e9848a282020f9ed82e6d3ca86fc109.zip |
Add back rsa_x931.c for salt
-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 3b84683..49dfdf8 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -695,6 +695,7 @@ set( | |||
695 | rsa/rsa_pss.c | 695 | rsa/rsa_pss.c |
696 | rsa/rsa_saos.c | 696 | rsa/rsa_saos.c |
697 | rsa/rsa_sign.c | 697 | rsa/rsa_sign.c |
698 | rsa/rsa_x931.c | ||
698 | sha/sha1.c | 699 | sha/sha1.c |
699 | sha/sha256.c | 700 | sha/sha256.c |
700 | sha/sha3.c | 701 | sha/sha3.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index e9dca25..8fcd4f7 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -950,6 +950,7 @@ libcrypto_la_SOURCES += rsa/rsa_prn.c | |||
950 | libcrypto_la_SOURCES += rsa/rsa_pss.c | 950 | libcrypto_la_SOURCES += rsa/rsa_pss.c |
951 | libcrypto_la_SOURCES += rsa/rsa_saos.c | 951 | libcrypto_la_SOURCES += rsa/rsa_saos.c |
952 | libcrypto_la_SOURCES += rsa/rsa_sign.c | 952 | libcrypto_la_SOURCES += rsa/rsa_sign.c |
953 | libcrypto_la_SOURCES += rsa/rsa_x931.c | ||
953 | noinst_HEADERS += rsa/rsa_local.h | 954 | noinst_HEADERS += rsa/rsa_local.h |
954 | 955 | ||
955 | # sha | 956 | # sha |