From 9b9122950f4240c9637301850947116f09b86b34 Mon Sep 17 00:00:00 2001
From: Theo Buehler <tb@openbsd.org>
Date: Tue, 19 Mar 2024 13:36:02 -0600
Subject: rm o_init.c

---
 crypto/CMakeLists.txt | 1 -
 crypto/Makefile.am    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index f371d84..110a673 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -252,7 +252,6 @@ set(
 	mem_clr.c
 	mem_dbg.c
 	o_fips.c
-	o_init.c
 	o_str.c
 	aes/aes_cfb.c
 	aes/aes_ctr.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index d6fb3d0..49dcaae 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -225,7 +225,6 @@ libcrypto_la_SOURCES += malloc-wrapper.c
 libcrypto_la_SOURCES += mem_clr.c
 libcrypto_la_SOURCES += mem_dbg.c
 libcrypto_la_SOURCES += o_fips.c
-libcrypto_la_SOURCES += o_init.c
 libcrypto_la_SOURCES += o_str.c
 noinst_HEADERS += arm_arch.h
 noinst_HEADERS += constant_time.h
-- 
cgit v1.2.3-55-g6feb