mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Forgot to change the declaration of do_subject() to one of parse_name()...
This commit is contained in:
parent
6d5ffb591b
commit
d45a098472
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user