Fix function wrapping.
authorjsing <jsing@openbsd.org>
Mon, 6 May 2024 14:38:20 +0000 (14:38 +0000)
committerjsing <jsing@openbsd.org>
Mon, 6 May 2024 14:38:20 +0000 (14:38 +0000)
lib/libcrypto/lhash/lhash.c

index 2fb3c4c..ded0d00 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: lhash.c,v 1.23 2024/05/06 14:36:05 jsing Exp $ */
+/* $OpenBSD: lhash.c,v 1.24 2024/05/06 14:38:20 jsing Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -399,7 +399,8 @@ contract(_LHASH *lh)
        }
 }
 
-static LHASH_NODE **getrn(_LHASH *lh, const void *data, unsigned long *rhash)
+static LHASH_NODE **
+getrn(_LHASH *lh, const void *data, unsigned long *rhash)
 {
        LHASH_NODE **ret, *n1;
        unsigned long hash, nn;