diff options
author | tb <> | 2025-01-20 17:50:12 +0000 |
---|---|---|
committer | tb <> | 2025-01-20 17:50:12 +0000 |
commit | 17178449b414247a16e12c6127a0d4007ff5790b (patch) | |
tree | 697f03ebbaabe3f7b1b3041d94d04eea9b8dc1d4 /src | |
parent | 7015702a8359cd7c39bb8fe06a5545cb03b477b2 (diff) | |
download | openbsd-17178449b414247a16e12c6127a0d4007ff5790b.tar.gz openbsd-17178449b414247a16e12c6127a0d4007ff5790b.tar.bz2 openbsd-17178449b414247a16e12c6127a0d4007ff5790b.zip |
crypto.h: zap some offensive whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/crypto.h | 4 |
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 |