diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libstrongswan/plugins/x509/x509_cert.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/x509/x509_cert.c b/src/libstrongswan/plugins/x509/x509_cert.c index 218723a74..b8df5ad8d 100644 --- a/src/libstrongswan/plugins/x509/x509_cert.c +++ b/src/libstrongswan/plugins/x509/x509_cert.c @@ -1243,7 +1243,6 @@ static bool generate(private_builder_t *this) } this->cert->flags = this->flags; - /* select signature scheme. TODO: support other hashes. */ switch (this->sign_key->get_type(this->sign_key)) { case KEY_RSA: |