summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cryptlib.c
diff options
context:
space:
mode:
authortb <>2024-11-05 09:35:40 +0000
committertb <>2024-11-05 09:35:40 +0000
commit542bf25f93f81841d2819e26fc732c46b7adb261 (patch)
tree53d245baf97d8ca405f7b20b088f59c7c0eed5d3 /src/lib/libcrypto/cryptlib.c
parenta8ec14250509d225ed04d2f875ffba9d1d219856 (diff)
downloadopenbsd-542bf25f93f81841d2819e26fc732c46b7adb261.tar.gz
openbsd-542bf25f93f81841d2819e26fc732c46b7adb261.tar.bz2
openbsd-542bf25f93f81841d2819e26fc732c46b7adb261.zip
Move cryptlib.h to crypto_local.h
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/cryptlib.c')
-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 653b9ec8b9..fe14dd608f 100644
--- a/src/lib/libcrypto/cryptlib.c
+++ b/src/lib/libcrypto/cryptlib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cryptlib.c,v 1.60 2024/11/04 17:07:03 tb Exp $ */ 1/* $OpenBSD: cryptlib.c,v 1.61 2024/11/05 09:35:40 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 *
@@ -124,7 +124,6 @@
124#include <openssl/opensslconf.h> 124#include <openssl/opensslconf.h>
125#include <openssl/crypto.h> 125#include <openssl/crypto.h>
126 126
127#include "cryptlib.h"
128#include "crypto_internal.h" 127#include "crypto_internal.h"
129#include "x86_arch.h" 128#include "x86_arch.h"
130 129