do_ext_i2d(): move empty line to the proper place
authortb <tb@openbsd.org>
Tue, 18 Jun 2024 05:37:24 +0000 (05:37 +0000)
committertb <tb@openbsd.org>
Tue, 18 Jun 2024 05:37:24 +0000 (05:37 +0000)
lib/libcrypto/x509/x509_conf.c

index d7c1232..454b809 100644 (file)
@@ -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 */