aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/builder.h
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/libstrongswan/credentials/builder.h
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/libstrongswan/credentials/builder.h')
-rw-r--r--src/libstrongswan/credentials/builder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/credentials/builder.h b/src/libstrongswan/credentials/builder.h
index 24d8ce870..996ce8362 100644
--- a/src/libstrongswan/credentials/builder.h
+++ b/src/libstrongswan/credentials/builder.h
@@ -103,6 +103,8 @@ enum builder_part_t {
BUILD_X509_FLAG,
/** enumerator_t over (chunk_t serial, time_t date, crl_reason_t reason) */
BUILD_REVOKED_ENUMERATOR,
+ /** PKCS#10 challenge password */
+ BUILD_CHALLENGE_PWD,
/** friendly name of a PKCS#11 module, null terminated char* */
BUILD_PKCS11_MODULE,
/** slot specifier for a token in a PKCS#11 module, int */