aboutsummaryrefslogtreecommitdiff
path: root/apps/apps.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-11-28 14:04:09 +0000
committerRichard Levitte <levitte@openssl.org>2003-11-28 14:04:09 +0000
commit7ce9e425bcf51c8a83e66afe3249381ed9391560 (patch)
treebc9e99512e02ba264893f22669ca036876b88276 /apps/apps.h
parent4d8743f490a5f96fa26d41985ee12cb6b9815a4c (diff)
downloadopenssl-7ce9e425bcf51c8a83e66afe3249381ed9391560.zip
openssl-7ce9e425bcf51c8a83e66afe3249381ed9391560.tar.gz
openssl-7ce9e425bcf51c8a83e66afe3249381ed9391560.tar.bz2
Allow multi-valued rdns in subjects. This adds the -multivalue-rdn option
to 'openssl req' and 'openssl ca'. PR: 779 Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de> Reviewed by: Richard Levitte (there will be some follow-up changes)
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 1070010..257324e 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);
+X509_NAME *do_subject(char *str, long chtype, int multirdn);
#define FORMAT_UNDEF 0
#define FORMAT_ASN1 1