diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-28 23:05:09 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-28 23:05:09 -0600 |
commit | 34c4d6621a0b58709cd2418cce9953a8d457f175 (patch) | |
tree | 9c9a61cad92654514c50801ccb00be79e2cd2e61 /crypto | |
parent | f95940836bd539b08a91bfdfcec0bf5cc1b7c0ac (diff) | |
download | portable-34c4d6621a0b58709cd2418cce9953a8d457f175.tar.gz portable-34c4d6621a0b58709cd2418cce9953a8d457f175.tar.bz2 portable-34c4d6621a0b58709cd2418cce9953a8d457f175.zip |
Uppercase SOURCES
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 31637c0..e070867 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -875,7 +875,7 @@ libcrypto_la_SOURCES += ui/ui_util.c | |||
875 | noinst_HEADERS += ui/ui_local.h | 875 | noinst_HEADERS += ui/ui_local.h |
876 | 876 | ||
877 | # whrlpool | 877 | # whrlpool |
878 | libcrypto_la_sources += whrlpool/whirlpool.c | 878 | libcrypto_la_SOURCES += whrlpool/whirlpool.c |
879 | 879 | ||
880 | # x509 | 880 | # x509 |
881 | libcrypto_la_SOURCES += x509/by_dir.c | 881 | libcrypto_la_SOURCES += x509/by_dir.c |