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 /crypto/Makefile.am | |
parent | cfd985364666309abf772b27764c114e68818f57 (diff) | |
download | portable-686f7ff31e9848a282020f9ed82e6d3ca86fc109.tar.gz portable-686f7ff31e9848a282020f9ed82e6d3ca86fc109.tar.bz2 portable-686f7ff31e9848a282020f9ed82e6d3ca86fc109.zip |
Add back rsa_x931.c for salt
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |