summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-11-04 17:07:04 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-11-04 17:07:04 +0000
commitf3451cf0a2d3cbbcc868ed37d51f97be08ce4b9b (patch)
treec1088c017f71140afdcf4cbf9c9a27073a0bf3fe
parente6bbc98a6c17cb278d9ca77426aabd508889c349 (diff)
crypto_local.h is empty, so cryptlib.c doesn't need it right now.
-rw-r--r--lib/libcrypto/cryptlib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/cryptlib.c b/lib/libcrypto/cryptlib.c
index df2b9f6a550..653b9ec8b9f 100644
--- a/lib/libcrypto/cryptlib.c
+++ b/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. */