From 2e2a5aaeadf08b6fed07e049e8e841f99343f354 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 4 Nov 2024 17:07:03 +0000 Subject: crypto_local.h is empty, so cryptlib.c doesn't need it right now. --- src/lib/libcrypto/cryptlib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/libcrypto/cryptlib.c b/src/lib/libcrypto/cryptlib.c index df2b9f6a55..653b9ec8b9 100644 --- a/src/lib/libcrypto/cryptlib.c +++ b/src/lib/libcrypto/cryptlib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptlib.c,v 1.59 2024/11/02 08:56:44 tb Exp $ */ +/* $OpenBSD: cryptlib.c,v 1.60 2024/11/04 17:07:03 tb Exp $ */ /* ==================================================================== * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. * @@ -126,7 +126,6 @@ #include "cryptlib.h" #include "crypto_internal.h" -#include "crypto_local.h" #include "x86_arch.h" /* Machine independent capabilities. */ -- cgit v1.2.3-55-g6feb