]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Delete unused struct process_ctx.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 20 Feb 2018 18:20:34 +0000 (19:20 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 20 Feb 2018 18:20:34 +0000 (19:20 +0100)
examples/rsa-decrypt.c

index 94c22190580c34aabbcee663b793f0f36fe9e8b7..67fdc014641ae0cf553c22023642cfabbd75be61 100644 (file)
@@ -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 */