diff options
author | tb <> | 2024-04-21 13:41:14 +0000 |
---|---|---|
committer | tb <> | 2024-04-21 13:41:14 +0000 |
commit | 8ead10bec6ca718e29803eaf74f00b65ee89e5e3 (patch) | |
tree | f3d726d06b88abd1d34fba75db7520cec35c8f91 /src | |
parent | 4ddaece10d141b284039f88922f4066d31cdbf0a (diff) | |
download | openbsd-8ead10bec6ca718e29803eaf74f00b65ee89e5e3.tar.gz openbsd-8ead10bec6ca718e29803eaf74f00b65ee89e5e3.tar.bz2 openbsd-8ead10bec6ca718e29803eaf74f00b65ee89e5e3.zip |
unwrap line
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/cryptlib.c | 5 |
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)( | |||
277 | LCRYPTO_ALIAS(CRYPTO_set_dynlock_destroy_callback); | 277 | LCRYPTO_ALIAS(CRYPTO_set_dynlock_destroy_callback); |
278 | 278 | ||
279 | struct CRYPTO_dynlock_value * | 279 | struct 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 | } |