aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/pkcs1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/pkcs1.c')
-rw-r--r--src/pluto/pkcs1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/pkcs1.c b/src/pluto/pkcs1.c
index 73fa7cc06..d2a8edb2b 100644
--- a/src/pluto/pkcs1.c
+++ b/src/pluto/pkcs1.c
@@ -560,7 +560,7 @@ chunk_t pkcs1_build_signature(chunk_t tbs, int hash_alg,
u_char digest_buf[MAX_DIGEST_LEN];
chunk_t digest = { digest_buf, MAX_DIGEST_LEN };
- chunk_t digestInfo, alg_id, signatureValue;
+ chunk_t digestInfo, signatureValue;
u_char *pos;
if (!compute_digest(tbs, hash_alg, &digest))