From: Tobias Brunner Date: Fri, 27 Oct 2017 11:49:29 +0000 (+0200) Subject: pki: Properly forward digest to attribute certificate builder X-Git-Tag: 5.6.1rc1~6^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc83bc147e0d6ac2a7573fed8b5cbab0751539df;p=thirdparty%2Fstrongswan.git pki: Properly forward digest to attribute certificate builder --- diff --git a/src/pki/commands/acert.c b/src/pki/commands/acert.c index 9e6e80938a..bd8cb436b4 100644 --- a/src/pki/commands/acert.c +++ b/src/pki/commands/acert.c @@ -227,6 +227,7 @@ static int acert() BUILD_AC_GROUP_STRINGS, groups, BUILD_SIGNING_CERT, issuer, BUILD_SIGNING_KEY, private, + BUILD_DIGEST_ALG, digest, BUILD_END); if (!ac) {