From e341dcb5f0abd4d8bd4eab4e66f853445c60f0e2 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 21 Apr 2024 13:41:14 +0000 Subject: [PATCH] unwrap line --- lib/libcrypto/cryptlib.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/cryptlib.c b/lib/libcrypto/cryptlib.c index ae3df35f52a..dc62d820827 100644 --- a/lib/libcrypto/cryptlib.c +++ b/lib/libcrypto/cryptlib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptlib.c,v 1.50 2024/04/10 14:51:02 beck Exp $ */ +/* $OpenBSD: cryptlib.c,v 1.51 2024/04/21 13:41:14 tb Exp $ */ /* ==================================================================== * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. * @@ -277,8 +277,7 @@ CRYPTO_set_dynlock_destroy_callback(void (*dyn_destroy_function)( LCRYPTO_ALIAS(CRYPTO_set_dynlock_destroy_callback); struct CRYPTO_dynlock_value * -(*CRYPTO_get_dynlock_create_callback(void))( - const char *file, int line) +(*CRYPTO_get_dynlock_create_callback(void))(const char *file, int line) { return NULL; } -- 2.20.1