Skip to content

Commit 90e6e3f

Browse files
committed
Remove unused variables
1 parent 5a92663 commit 90e6e3f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/plugins/decryptd/ctx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ ctx_free(ctx *ctx)
9191
ctx *
9292
ctx_init(const char *tls, const char *enc, const char *dec)
9393
{
94-
AUTO_STACK(X509_INFO, infos);
9594
AUTO(EVP_PKEY, prv);
9695
AUTO(FILE, file);
9796
AUTO(ctx, ctx);

src/plugins/encrypt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ encrypt_body(const PETERA_HEADER *hdr, const uint8_t *key, FILE *in, FILE *out)
214214
uint8_t tag[EVP_GCM_TLS_TAG_LEN];
215215
AUTO(EVP_CIPHER_CTX, cctx);
216216
uint8_t pt[PROCESS_BLOCK];
217-
AUTO(SSL_CTX, ctx);
218217
size_t ptl;
219218
int ctl;
220219

src/plugins/query.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ query(int argc, char *argv[])
2929
PETERA_ERR err = PETERA_ERR_NONE;
3030
AUTO_STACK(X509, anchors);
3131
AUTO(PETERA_MSG, rep);
32-
AUTO(FILE, fp);
3332

3433
if (!petera_getopt(argc, argv, "ha:", "", NULL, NULL,
3534
petera_anchors, &anchors)

0 commit comments

Comments
 (0)