Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets obsolete

This commit is contained in:
Martin Willi
2010-08-04 09:26:21 +02:00
parent 0556667dca
commit 3429be9514
5 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -859,7 +859,7 @@ int main(int argc, char **argv)
BUILD_SIGNING_KEY, private_key,
BUILD_SUBJECT, subject,
BUILD_SUBJECT_ALTNAMES, subjectAltNames,
BUILD_PASSPHRASE, challengePassword,
BUILD_CHALLENGE_PWD, challengePassword,
BUILD_DIGEST_ALG, pkcs10_signature_alg,
BUILD_END);
if (!pkcs10_req)