From 34c4d6621a0b58709cd2418cce9953a8d457f175 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Thu, 28 Mar 2024 23:05:09 -0600 Subject: Uppercase SOURCES --- crypto/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 noinst_HEADERS += ui/ui_local.h # whrlpool -libcrypto_la_sources += whrlpool/whirlpool.c +libcrypto_la_SOURCES += whrlpool/whirlpool.c # x509 libcrypto_la_SOURCES += x509/by_dir.c -- cgit v1.2.3-55-g6feb