summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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