Commit 48244962 authored by Richard Levitte's avatar Richard Levitte
Browse files

Fix missing opening braces



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 398260af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1331,9 +1331,9 @@ static int auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk,
                break;
            }
#ifndef CHARSET_EBCDIC
        if (*type == '+')
        if (*type == '+') {
#else
        if (*type == os_toascii['+'])
        if (*type == os_toascii['+']) {
#endif
            type++;
            mval = -1;