summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2025-01-20 17:50:12 +0000
committertb <>2025-01-20 17:50:12 +0000
commitd2ee6a6329cb6b037f3949082396fa72b53b5ee8 (patch)
tree697f03ebbaabe3f7b1b3041d94d04eea9b8dc1d4 /src/lib
parent1737b7a21404e79b547997d636147775a9ce091e (diff)
downloadopenbsd-d2ee6a6329cb6b037f3949082396fa72b53b5ee8.tar.gz
openbsd-d2ee6a6329cb6b037f3949082396fa72b53b5ee8.tar.bz2
openbsd-d2ee6a6329cb6b037f3949082396fa72b53b5ee8.zip
crypto.h: zap some offensive whitespace
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/crypto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h
index 33b6fe4196..56e69cd35c 100644
--- a/src/lib/libcrypto/crypto.h
+++ b/src/lib/libcrypto/crypto.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypto.h,v 1.76 2024/10/03 03:47:40 tb Exp $ */ 1/* $OpenBSD: crypto.h,v 1.77 2025/01/20 17:50:12 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 *
@@ -182,7 +182,7 @@ extern "C" {
182#define CRYPTO_LOCK_ECDSA 32 182#define CRYPTO_LOCK_ECDSA 32
183#define CRYPTO_LOCK_EC 33 183#define CRYPTO_LOCK_EC 33
184#define CRYPTO_LOCK_ECDH 34 184#define CRYPTO_LOCK_ECDH 34
185#define CRYPTO_LOCK_BN 35 185#define CRYPTO_LOCK_BN 35
186#define CRYPTO_LOCK_EC_PRE_COMP 36 186#define CRYPTO_LOCK_EC_PRE_COMP 36
187#define CRYPTO_LOCK_STORE 37 187#define CRYPTO_LOCK_STORE 37
188#define CRYPTO_LOCK_COMP 38 188#define CRYPTO_LOCK_COMP 38