diff options
Diffstat (limited to 'src/usr.bin/openssl/req.c')
-rw-r--r-- | src/usr.bin/openssl/req.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/req.c b/src/usr.bin/openssl/req.c index 3a52f58831..e264870374 100644 --- a/src/usr.bin/openssl/req.c +++ b/src/usr.bin/openssl/req.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: req.c,v 1.12 2015/10/17 15:00:11 doug Exp $ */ | 1 | /* $OpenBSD: req.c,v 1.13 2015/11/14 14:53:14 miod 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 | * |
@@ -120,7 +120,7 @@ | |||
120 | * require. This format is wrong | 120 | * require. This format is wrong |
121 | */ | 121 | */ |
122 | 122 | ||
123 | static int make_REQ(X509_REQ * req, EVP_PKEY * pkey, char *dn, int mutlirdn, | 123 | static int make_REQ(X509_REQ * req, EVP_PKEY * pkey, char *dn, int multirdn, |
124 | int attribs, unsigned long chtype); | 124 | int attribs, unsigned long chtype); |
125 | static int build_subject(X509_REQ * req, char *subj, unsigned long chtype, | 125 | static int build_subject(X509_REQ * req, char *subj, unsigned long chtype, |
126 | int multirdn); | 126 | int multirdn); |