configure: Include curve25519 in the pki default plugin list

The plugin provides ed25519 public key support, and is required to generate
keys or sign certificates with pki.
This commit is contained in:
Martin Willi 2017-03-29 17:04:03 +02:00 committed by Andreas Steffen
parent 25217488d2
commit e419b010aa
1 changed files with 1 additions and 1 deletions

View File

@ -1362,7 +1362,7 @@ ADD_PLUGIN([gcrypt], [s charon scepclient pki scripts manager meds
ADD_PLUGIN([af-alg], [s charon scepclient pki scripts medsrv attest nm cmd aikgen])
ADD_PLUGIN([fips-prf], [s charon nm cmd])
ADD_PLUGIN([gmp], [s charon scepclient pki scripts manager medsrv attest nm cmd aikgen])
ADD_PLUGIN([curve25519], [s charon scripts nm cmd])
ADD_PLUGIN([curve25519], [s charon pki scripts nm cmd])
ADD_PLUGIN([agent], [s charon nm cmd])
ADD_PLUGIN([keychain], [s charon cmd])
ADD_PLUGIN([chapoly], [s charon scripts nm cmd])