-# $OpenBSD: Makefile,v 1.174 2024/03/02 13:39:28 tb Exp $
+# $OpenBSD: Makefile,v 1.175 2024/03/19 19:27:33 tb Exp $
LIB= crypto
LIBREBUILD=y
SRCS+= mem_clr.c
SRCS+= mem_dbg.c
SRCS+= o_fips.c
-SRCS+= o_init.c
SRCS+= o_str.c
# aes/
-/* $OpenBSD: crypto_init.c,v 1.18 2024/01/25 12:22:31 tb Exp $ */
+/* $OpenBSD: crypto_init.c,v 1.19 2024/03/19 19:27:33 tb Exp $ */
/*
* Copyright (c) 2018 Bob Beck <beck@openbsd.org>
*
static pthread_t crypto_init_thread;
static int crypto_init_cleaned_up;
+void
+OPENSSL_init(void)
+{
+}
+
static void
OPENSSL_init_crypto_internal(void)
{
+++ /dev/null
-/* $OpenBSD: o_init.c,v 1.8 2014/06/12 15:49:27 deraadt Exp $ */
-/* Ted Unangst places this file in the public domain. */
-
-#include <openssl/crypto.h>
-
-void
-OPENSSL_init(void)
-{
-
-}