summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-04-21 13:41:14 +0000
committertb <>2024-04-21 13:41:14 +0000
commit8ead10bec6ca718e29803eaf74f00b65ee89e5e3 (patch)
treef3d726d06b88abd1d34fba75db7520cec35c8f91 /src
parent4ddaece10d141b284039f88922f4066d31cdbf0a (diff)
downloadopenbsd-8ead10bec6ca718e29803eaf74f00b65ee89e5e3.tar.gz
openbsd-8ead10bec6ca718e29803eaf74f00b65ee89e5e3.tar.bz2
openbsd-8ead10bec6ca718e29803eaf74f00b65ee89e5e3.zip
unwrap line
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/cryptlib.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/cryptlib.c b/src/lib/libcrypto/cryptlib.c
index ae3df35f52..dc62d82082 100644
--- a/src/lib/libcrypto/cryptlib.c
+++ b/src/lib/libcrypto/cryptlib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cryptlib.c,v 1.50 2024/04/10 14:51:02 beck Exp $ */ 1/* $OpenBSD: cryptlib.c,v 1.51 2024/04/21 13:41:14 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 *
@@ -277,8 +277,7 @@ CRYPTO_set_dynlock_destroy_callback(void (*dyn_destroy_function)(
277LCRYPTO_ALIAS(CRYPTO_set_dynlock_destroy_callback); 277LCRYPTO_ALIAS(CRYPTO_set_dynlock_destroy_callback);
278 278
279struct CRYPTO_dynlock_value * 279struct CRYPTO_dynlock_value *
280(*CRYPTO_get_dynlock_create_callback(void))( 280(*CRYPTO_get_dynlock_create_callback(void))(const char *file, int line)
281 const char *file, int line)
282{ 281{
283 return NULL; 282 return NULL;
284} 283}