From 754ed3858cf6e1d261c8095cf84be710f07f881d Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 18 Jun 2024 05:37:24 +0000 Subject: [PATCH] do_ext_i2d(): move empty line to the proper place --- lib/libcrypto/x509/x509_conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/x509/x509_conf.c b/lib/libcrypto/x509/x509_conf.c index d7c1232831b..454b80937cc 100644 --- a/lib/libcrypto/x509/x509_conf.c +++ b/lib/libcrypto/x509/x509_conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_conf.c,v 1.11 2024/06/18 05:35:30 tb Exp $ */ +/* $OpenBSD: x509_conf.c,v 1.12 2024/06/18 05:37:24 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -227,8 +227,8 @@ do_ext_i2d(const X509V3_EXT_METHOD *method, int ext_nid, int crit, free(ext_der); ASN1_OCTET_STRING_free(ext_oct); X509V3error(ERR_R_MALLOC_FAILURE); - return NULL; + return NULL; } /* Given an internal structure, nid and critical flag create an extension */ -- 2.20.1