From 542bf25f93f81841d2819e26fc732c46b7adb261 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 5 Nov 2024 09:35:40 +0000 Subject: Move cryptlib.h to crypto_local.h discussed with jsing --- src/lib/libcrypto/cryptlib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/cryptlib.c') diff --git a/src/lib/libcrypto/cryptlib.c b/src/lib/libcrypto/cryptlib.c index 653b9ec8b9..fe14dd608f 100644 --- a/src/lib/libcrypto/cryptlib.c +++ b/src/lib/libcrypto/cryptlib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptlib.c,v 1.60 2024/11/04 17:07:03 tb Exp $ */ +/* $OpenBSD: cryptlib.c,v 1.61 2024/11/05 09:35:40 tb Exp $ */ /* ==================================================================== * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. * @@ -124,7 +124,6 @@ #include #include -#include "cryptlib.h" #include "crypto_internal.h" #include "x86_arch.h" -- cgit v1.2.3-55-g6feb