diff options
author | miod <> | 2015-11-14 14:53:14 +0000 |
---|---|---|
committer | miod <> | 2015-11-14 14:53:14 +0000 |
commit | e0c418d31d1c44cda609bf57ca974c612d5581a0 (patch) | |
tree | 92e79af9caccfc48d99025d2b33cb2938be77f99 /src/usr.bin/openssl/req.c | |
parent | 89f84b7a8f6b99b4d8d6d4100b3313d12b601d31 (diff) | |
download | openbsd-e0c418d31d1c44cda609bf57ca974c612d5581a0.tar.gz openbsd-e0c418d31d1c44cda609bf57ca974c612d5581a0.tar.bz2 openbsd-e0c418d31d1c44cda609bf57ca974c612d5581a0.zip |
mutli -> multi
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); |