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
@@ -127,7 +127,7 @@ static int req()
BUILD_SIGNING_KEY, private,
BUILD_SUBJECT, id,
BUILD_SUBJECT_ALTNAMES, san,
BUILD_PASSPHRASE, challenge_password,
BUILD_CHALLENGE_PWD, challenge_password,
BUILD_DIGEST_ALG, digest,
BUILD_END);
if (!cert)