diff options
author | Theo Buehler <tb@openbsd.org> | 2024-08-31 05:47:12 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-08-31 05:58:34 -0600 |
commit | 4535cc0d81a72bdad1e168956663f7ffa54e6e25 (patch) | |
tree | 2faa73f9185d5247574686d989c56a01bdafb349 /crypto/Makefile.am | |
parent | b68767302eeba9b2a3ef03d521a45bab7b5dc937 (diff) | |
download | portable-4535cc0d81a72bdad1e168956663f7ffa54e6e25.tar.gz portable-4535cc0d81a72bdad1e168956663f7ffa54e6e25.tar.bz2 portable-4535cc0d81a72bdad1e168956663f7ffa54e6e25.zip |
ui_util.c was removed
Diffstat (limited to '')
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 616063e..4ae9bb1 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -874,7 +874,6 @@ endif | |||
874 | if HOST_WIN | 874 | if HOST_WIN |
875 | libcrypto_la_SOURCES += ui/ui_openssl_win.c | 875 | libcrypto_la_SOURCES += ui/ui_openssl_win.c |
876 | endif | 876 | endif |
877 | libcrypto_la_SOURCES += ui/ui_util.c | ||
878 | noinst_HEADERS += ui/ui_local.h | 877 | noinst_HEADERS += ui/ui_local.h |
879 | 878 | ||
880 | # x509 | 879 | # x509 |