aboutsummaryrefslogtreecommitdiffstats
path: root/src/scepclient
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-07-19 13:16:32 +0200
committerMartin Willi <martin@revosec.ch>2010-08-04 09:26:21 +0200
commit3429be9514c2568ccf2eb3df6ffc7bc7646e7d4f (patch)
tree4924a6b3c2c16c3b0b9d9aaa8937dd527727d071 /src/scepclient
parent0556667dcafd30e47150395861aebfddd751816b (diff)
downloadstrongswan-3429be9514c2568ccf2eb3df6ffc7bc7646e7d4f.tar.bz2
strongswan-3429be9514c2568ccf2eb3df6ffc7bc7646e7d4f.tar.xz
Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets obsolete
Diffstat (limited to 'src/scepclient')
-rw-r--r--src/scepclient/scepclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scepclient/scepclient.c b/src/scepclient/scepclient.c
index 5c32bbdef..b7d029f2d 100644
--- a/src/scepclient/scepclient.c
+++ b/src/scepclient/scepclient.c
@@ -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)