summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/cryptlib.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cryptlib.c b/src/lib/libcrypto/cryptlib.c
index 8cb05e8cbf..f58b6f6bd2 100644
--- a/src/lib/libcrypto/cryptlib.c
+++ b/src/lib/libcrypto/cryptlib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cryptlib.c,v 1.57 2024/10/19 13:06:11 jsing Exp $ */ 1/* $OpenBSD: cryptlib.c,v 1.58 2024/11/01 10:05:18 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 *
@@ -211,7 +211,8 @@ CRYPTO_get_dynlock_value(int i)
211} 211}
212LCRYPTO_ALIAS(CRYPTO_get_dynlock_value); 212LCRYPTO_ALIAS(CRYPTO_get_dynlock_value);
213 213
214int CRYPTO_get_new_dynlockid(void) 214int
215CRYPTO_get_new_dynlockid(void)
215{ 216{
216 return 0; 217 return 0;
217} 218}