aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2015-09-01 12:53:47 +0000
committerNeal H. Walfield <[email protected]>2015-09-02 13:08:58 +0000
commitbd0c902f1de46eda03a065da41487e7e01ab4c50 (patch)
tree534617661384c5f6168e29498a4f9cdf5692a000 /g10/packet.h
parentg10: Use a symbolic constant instead of a literal. (diff)
downloadgnupg-bd0c902f1de46eda03a065da41487e7e01ab4c50.tar.gz
gnupg-bd0c902f1de46eda03a065da41487e7e01ab4c50.zip
g10: Remove unused field req_algo.
* g10/packet.h (PKT_public_key): Remove unused field req_algo. Remove users. * g10/getkey.c (struct getkey_ctx_s): Remove unused field req_algo. Remove users. -- Signed-off-by: Neal H. Walfield <[email protected]>.
Diffstat (limited to 'g10/packet.h')
-rw-r--r--g10/packet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/packet.h b/g10/packet.h
index 826963e40..1906ec590 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -273,7 +273,6 @@ typedef struct
byte pubkey_algo; /* algorithm used for public key scheme */
byte pubkey_usage; /* for now only used to pass it to getkey() */
byte req_usage; /* hack to pass a request to getkey() */
- byte req_algo; /* Ditto */
u32 has_expired; /* set to the expiration date if expired */
u32 main_keyid[2]; /* keyid of the primary key */
u32 keyid[2]; /* calculated by keyid_from_pk() */