diff options
author | Martin Willi <martin@revosec.ch> | 2010-07-19 13:16:32 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-08-04 09:26:21 +0200 |
commit | 3429be9514c2568ccf2eb3df6ffc7bc7646e7d4f (patch) | |
tree | 4924a6b3c2c16c3b0b9d9aaa8937dd527727d071 /src/scepclient/scepclient.c | |
parent | 0556667dcafd30e47150395861aebfddd751816b (diff) | |
download | strongswan-3429be9514c2568ccf2eb3df6ffc7bc7646e7d4f.tar.bz2 strongswan-3429be9514c2568ccf2eb3df6ffc7bc7646e7d4f.tar.xz |
Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets obsolete
Diffstat (limited to 'src/scepclient/scepclient.c')
-rw-r--r-- | src/scepclient/scepclient.c | 2 |
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) |