From: tb Date: Tue, 18 Jun 2024 05:37:24 +0000 (+0000) Subject: do_ext_i2d(): move empty line to the proper place X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=754ed3858cf6e1d261c8095cf84be710f07f881d;p=openbsd do_ext_i2d(): move empty line to the proper place --- 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 */