Changeset 4a6f8b0
- Timestamp:
- Dec 12, 2012, 8:36:27 PM (12 years ago)
- Parents:
- 6401db3 (diff), 048b1ff (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zcrypt.c
r97cdbaf5 r048b1ff 766 766 "gpg", 767 767 "--symmetric", 768 "--no-options", 769 "--no-default-keyring", 770 "--keyring", "/dev/null", 771 "--secret-keyring", "/dev/null", 768 772 "--batch", 769 773 "--quiet", … … 846 850 "gpg", 847 851 "--decrypt", 852 "--no-options", 853 "--no-default-keyring", 854 "--keyring", "/dev/null", 855 "--secret-keyring", "/dev/null", 848 856 "--batch", 849 857 "--no-use-agent",
Note: See TracChangeset
for help on using the changeset viewer.