scepclient now requires x509 plugin

This commit is contained in:
Andreas Steffen 2009-10-12 19:56:21 +02:00
parent 3fe152f275
commit cb7817a64b
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ charon {
}
scepclient {
load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random
}

View File

@ -5,5 +5,5 @@ charon {
}
scepclient {
load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random
}