]> git.ipfire.org Git - thirdparty/openssl.git/commit - apps/apps.c
Move do_subject() to apps.c and rename it to parse_name(). The
authorRichard Levitte <levitte@openssl.org>
Fri, 28 Nov 2003 14:07:14 +0000 (14:07 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 28 Nov 2003 14:07:14 +0000 (14:07 +0000)
commit6d5ffb591ba0baa98be27df8acabf2018473dd3d
treeeecc5c1848ebfdefbaf5076df98cf49f10baa4fe
parent7ce9e425bcf51c8a83e66afe3249381ed9391560
Move do_subject() to apps.c and rename it to parse_name().  The
rationale behind the move is that it's use by several applications.
The rationale behind the name change is that it describes what the
function does a bit better.
apps/apps.c
apps/ca.c
apps/req.c