summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-11-01 10:05:19 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-11-01 10:05:19 +0000
commitc0e3366dfa59d0a73d3537b8cbcbbc97d19effc7 (patch)
treeb5f15aa07399e6d8c46a39208777c8f01c0584ed /lib
parent489d3d31f6bfdadf57b2510ecac73a8919aeab3e (diff)
KNF
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/cryptlib.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/cryptlib.c b/lib/libcrypto/cryptlib.c
index 8cb05e8cbfa..f58b6f6bd28 100644
--- a/lib/libcrypto/cryptlib.c
+++ b/lib/libcrypto/cryptlib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cryptlib.c,v 1.57 2024/10/19 13:06:11 jsing Exp $ */
+/* $OpenBSD: cryptlib.c,v 1.58 2024/11/01 10:05:18 tb Exp $ */
/* ====================================================================
* Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
*
@@ -211,7 +211,8 @@ CRYPTO_get_dynlock_value(int i)
}
LCRYPTO_ALIAS(CRYPTO_get_dynlock_value);
-int CRYPTO_get_new_dynlockid(void)
+int
+CRYPTO_get_new_dynlockid(void)
{
return 0;
}