]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/req.c
Move do_subject() to apps.c and rename it to parse_name(). The
[thirdparty/openssl.git] / apps / req.c
index ecc46556b49f8887ef7ec4e17276d9a0d30a11e9..c5becc9d4dd19401873f5c3b673b7e55788c78d9 100644 (file)
@@ -1248,7 +1248,7 @@ static int build_subject(X509_REQ *req, char *subject, unsigned long chtype, int
        {
        X509_NAME *n;
 
-       if (!(n = do_subject(subject, chtype, multirdn)))
+       if (!(n = parse_name(subject, chtype, multirdn)))
                return 0;
 
        if (!X509_REQ_set_subject_name(req, n))