diff options
author | mmcc <> | 2015-12-24 16:54:37 +0000 |
---|---|---|
committer | mmcc <> | 2015-12-24 16:54:37 +0000 |
commit | 0699e42dd81e08d3f7a34a1f06ea7abc4edde29a (patch) | |
tree | 053c4537ed2869dd06b2f7cf064992f974ff9055 /src/usr.bin/openssl/ca.c | |
parent | f622511e72fa38c7966f438ea21b03653fb37df8 (diff) | |
download | openbsd-0699e42dd81e08d3f7a34a1f06ea7abc4edde29a.tar.gz openbsd-0699e42dd81e08d3f7a34a1f06ea7abc4edde29a.tar.bz2 openbsd-0699e42dd81e08d3f7a34a1f06ea7abc4edde29a.zip |
more e-mail -> email
Diffstat (limited to 'src/usr.bin/openssl/ca.c')
-rw-r--r-- | src/usr.bin/openssl/ca.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/ca.c b/src/usr.bin/openssl/ca.c index 8727d9c338..ba7b9413c2 100644 --- a/src/usr.bin/openssl/ca.c +++ b/src/usr.bin/openssl/ca.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ca.c,v 1.19 2015/10/17 15:00:11 doug Exp $ */ | 1 | /* $OpenBSD: ca.c,v 1.20 2015/12/24 16:54:37 mmcc Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -1681,7 +1681,7 @@ again2: | |||
1681 | if (verbose) | 1681 | if (verbose) |
1682 | BIO_printf(bio_err, "The subject name appears to be ok, checking data base for clashes\n"); | 1682 | BIO_printf(bio_err, "The subject name appears to be ok, checking data base for clashes\n"); |
1683 | 1683 | ||
1684 | /* Build the correct Subject if no e-mail is wanted in the subject */ | 1684 | /* Build the correct Subject if no email is wanted in the subject */ |
1685 | /* | 1685 | /* |
1686 | * and add it later on because of the method extensions are added | 1686 | * and add it later on because of the method extensions are added |
1687 | * (altName) | 1687 | * (altName) |