Parent Directory
|
Revision Log
|
Patch
revision 69 by twoaday, Sat Nov 5 12:28:12 2005 UTC | revision 76 by twoaday, Thu Nov 10 14:07:06 2005 UTC | |
---|---|---|
# | Line 1107 fm_encrypt (fm_state_t c, const char *na | Line 1107 fm_encrypt (fm_state_t c, const char *na |
1107 | goto leave; | goto leave; |
1108 | } | } |
1109 | } | } |
if (c->wipe) | ||
secure_unlink (name, WIPE_MODE_SIMPLE); | ||
1110 | ||
1111 | leave: | leave: |
1112 | if (in) | if (in) |
1113 | gpg_file_data_release (in); | gpg_file_data_release (in); |
1114 | if (out) | if (out) |
1115 | gpg_file_data_release (out); | gpg_file_data_release (out); |
1116 | if (!rc && c->wipe) | |
1117 | secure_unlink (name, WIPE_MODE_SIMPLE); | |
1118 | free_if_alloc (keyid); | free_if_alloc (keyid); |
1119 | return rc; | return rc; |
1120 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |