diff options
Diffstat (limited to 'g10/export.c')
-rw-r--r-- | g10/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/export.c b/g10/export.c index 17f76ca24..d156d1ccd 100644 --- a/g10/export.c +++ b/g10/export.c @@ -200,7 +200,7 @@ do_export_stream( IOBUF out, STRLIST users, int secret, int onlyrfc, int *any ) /* delete our verification cache */ delete_sig_subpkt (node->pkt->pkt.signature->unhashed_data, - SIGSUBPKT_PRIV_VERIFY_CACHE); + SIGSUBPKT_PRIV_VERIFY_CACHE); } if( secret == 2 && node->pkt->pkttype == PKT_SECRET_KEY ) { |