aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-10-27 13:49:29 +0200
committerTobias Brunner <tobias@strongswan.org>2017-11-08 16:48:10 +0100
commitdc83bc147e0d6ac2a7573fed8b5cbab0751539df (patch)
tree68d98f46892273c2a3c90e20b1e3d99c07d152c5
parentbbfe39f5972eaa71ce8283e52e0faac5c3c5250d (diff)
downloadstrongswan-dc83bc147e0d6ac2a7573fed8b5cbab0751539df.tar.bz2
strongswan-dc83bc147e0d6ac2a7573fed8b5cbab0751539df.tar.xz
pki: Properly forward digest to attribute certificate builder
-rw-r--r--src/pki/commands/acert.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pki/commands/acert.c b/src/pki/commands/acert.c
index 9e6e80938..bd8cb436b 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)
{