From 906c4aab1d13f3889e40a15f35742f194aef4209 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 18 Jun 2024 05:37:24 +0000 Subject: do_ext_i2d(): move empty line to the proper place --- src/lib/libcrypto/x509/x509_conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/x509/x509_conf.c b/src/lib/libcrypto/x509/x509_conf.c index d7c1232831..454b80937c 100644 --- a/src/lib/libcrypto/x509/x509_conf.c +++ b/src/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 */ -- cgit v1.2.3-55-g6feb