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