summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-11-04 17:07:03 +0000
committertb <>2024-11-04 17:07:03 +0000
commit2e2a5aaeadf08b6fed07e049e8e841f99343f354 (patch)
treeb53074d06ded233ce363cb06497d3b038685f5f4
parentd5c28a21f36a8e340666157c55c2a534c013b5ae (diff)
downloadopenbsd-2e2a5aaeadf08b6fed07e049e8e841f99343f354.tar.gz
openbsd-2e2a5aaeadf08b6fed07e049e8e841f99343f354.tar.bz2
openbsd-2e2a5aaeadf08b6fed07e049e8e841f99343f354.zip
crypto_local.h is empty, so cryptlib.c doesn't need it right now.
-rw-r--r--src/lib/libcrypto/cryptlib.c3
1 files changed, 1 insertions, 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 @@
1/* $OpenBSD: cryptlib.c,v 1.59 2024/11/02 08:56:44 tb Exp $ */ 1/* $OpenBSD: cryptlib.c,v 1.60 2024/11/04 17:07:03 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -126,7 +126,6 @@
126 126
127#include "cryptlib.h" 127#include "cryptlib.h"
128#include "crypto_internal.h" 128#include "crypto_internal.h"
129#include "crypto_local.h"
130#include "x86_arch.h" 129#include "x86_arch.h"
131 130
132/* Machine independent capabilities. */ 131/* Machine independent capabilities. */