-/* $OpenBSD: x509_conf.c,v 1.5 2023/02/16 08:38:17 tb Exp $ */
+/* $OpenBSD: x509_conf.c,v 1.6 2024/06/18 05:19:01 tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 1999.
*/
/* Convert internal representation to DER */
if (method->it) {
ext_der = NULL;
- ext_len = ASN1_item_i2d(ext_struc, &ext_der,
- method->it);
+ ext_len = ASN1_item_i2d(ext_struc, &ext_der, method->it);
if (ext_len < 0)
goto merr;
} else {