From 630636f982d21b4493447a7a6633a3b6202aaf87 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 29 Mar 2024 00:25:32 +0000 Subject: Fix indent --- src/lib/libcrypto/x509/x509_vpm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/x509/x509_vpm.c b/src/lib/libcrypto/x509/x509_vpm.c index a3fa84448e..674c8e445c 100644 --- a/src/lib/libcrypto/x509/x509_vpm.c +++ b/src/lib/libcrypto/x509/x509_vpm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_vpm.c,v 1.42 2024/01/08 09:51:09 tb Exp $ */ +/* $OpenBSD: x509_vpm.c,v 1.43 2024/03/29 00:25:32 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2004. */ @@ -82,7 +82,7 @@ int X509_VERIFY_PARAM_set1_ip(X509_VERIFY_PARAM *param, const unsigned char *ip, static void str_free(char *s) { - free(s); + free(s); } static STACK_OF(OPENSSL_STRING) * -- cgit v1.2.3-55-g6feb