summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-03-29 00:25:32 +0000
committertb <>2024-03-29 00:25:32 +0000
commit630636f982d21b4493447a7a6633a3b6202aaf87 (patch)
treede5a304983f507f967b8f751d094ad341d127d9d
parentc4ad6e34934eba0afe1f9f3a48e4e527b6eae0a7 (diff)
downloadopenbsd-630636f982d21b4493447a7a6633a3b6202aaf87.tar.gz
openbsd-630636f982d21b4493447a7a6633a3b6202aaf87.tar.bz2
openbsd-630636f982d21b4493447a7a6633a3b6202aaf87.zip
Fix indent
-rw-r--r--src/lib/libcrypto/x509/x509_vpm.c4
1 files 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 @@
1/* $OpenBSD: x509_vpm.c,v 1.42 2024/01/08 09:51:09 tb Exp $ */ 1/* $OpenBSD: x509_vpm.c,v 1.43 2024/03/29 00:25:32 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2004. 3 * project 2004.
4 */ 4 */
@@ -82,7 +82,7 @@ int X509_VERIFY_PARAM_set1_ip(X509_VERIFY_PARAM *param, const unsigned char *ip,
82static void 82static void
83str_free(char *s) 83str_free(char *s)
84{ 84{
85 free(s); 85 free(s);
86} 86}
87 87
88static STACK_OF(OPENSSL_STRING) * 88static STACK_OF(OPENSSL_STRING) *