summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2018-02-20 19:20:34 +0100
committerNiels Möller <nisse@lysator.liu.se>2018-02-20 19:20:34 +0100
commit24c733705ba11e0793f9ac199d5cdbea48230291 (patch)
treef14153c4c9e840ac623badea336b945c8fd64115 /examples
parent36168d2942b82c351daf00cd3e2744ebb10add13 (diff)
downloadnettle-24c733705ba11e0793f9ac199d5cdbea48230291.tar.gz
Delete unused struct process_ctx.
Diffstat (limited to 'examples')
-rw-r--r--examples/rsa-decrypt.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/rsa-decrypt.c b/examples/rsa-decrypt.c
index 94c22190..67fdc014 100644
--- a/examples/rsa-decrypt.c
+++ b/examples/rsa-decrypt.c
@@ -109,13 +109,6 @@ read_bignum(FILE *f, mpz_t x)
return 0;
}
-struct process_ctx
-{
- struct CBC_CTX(struct aes_ctx, AES_BLOCK_SIZE) aes;
- struct hmac_sha1_ctx hmac;
- struct yarrow256_ctx yarrow;
-};
-
#define BUF_SIZE (100 * AES_BLOCK_SIZE)
/* Trailing data that needs special processing */