From: Richard Levitte Date: Fri, 28 Nov 2003 14:18:05 +0000 (+0000) Subject: Forgot to change the declaration of do_subject() to one of parse_name()... X-Git-Tag: BEN_FIPS_TEST_4^2~11^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d45a09847239c15f77c9b8b3398c802434b59b4e;p=oweals%2Fopenssl.git Forgot to change the declaration of do_subject() to one of parse_name()... --- diff --git a/apps/apps.h b/apps/apps.h index 257324ea31..2b49770dfb 100644 --- a/apps/apps.h +++ b/apps/apps.h @@ -316,7 +316,7 @@ int rotate_index(char *dbfile, char *new_suffix, char *old_suffix); void free_index(CA_DB *db); int index_name_cmp(const char **a, const char **b); -X509_NAME *do_subject(char *str, long chtype, int multirdn); +X509_NAME *parse_name(char *str, long chtype, int multirdn); #define FORMAT_UNDEF 0 #define FORMAT_ASN1 1