aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-08-31 05:47:12 -0600
committerTheo Buehler <tb@openbsd.org>2024-08-31 05:58:34 -0600
commit4535cc0d81a72bdad1e168956663f7ffa54e6e25 (patch)
tree2faa73f9185d5247574686d989c56a01bdafb349 /crypto
parentb68767302eeba9b2a3ef03d521a45bab7b5dc937 (diff)
downloadportable-4535cc0d81a72bdad1e168956663f7ffa54e6e25.tar.gz
portable-4535cc0d81a72bdad1e168956663f7ffa54e6e25.tar.bz2
portable-4535cc0d81a72bdad1e168956663f7ffa54e6e25.zip
ui_util.c was removed
Diffstat (limited to 'crypto')
-rw-r--r--crypto/CMakeLists.txt1
-rw-r--r--crypto/Makefile.am1
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index d54525f..0cf4512 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -578,7 +578,6 @@ set(
578 ui/ui_err.c 578 ui/ui_err.c
579 ui/ui_lib.c 579 ui/ui_lib.c
580 ui/ui_null.c 580 ui/ui_null.c
581 ui/ui_util.c
582 x509/by_dir.c 581 x509/by_dir.c
583 x509/by_file.c 582 x509/by_file.c
584 x509/by_mem.c 583 x509/by_mem.c
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
874if HOST_WIN 874if HOST_WIN
875libcrypto_la_SOURCES += ui/ui_openssl_win.c 875libcrypto_la_SOURCES += ui/ui_openssl_win.c
876endif 876endif
877libcrypto_la_SOURCES += ui/ui_util.c
878noinst_HEADERS += ui/ui_local.h 877noinst_HEADERS += ui/ui_local.h
879 878
880# x509 879# x509