diff options
author | Chris Toshok <toshok@ximian.com> | 2004-07-20 03:01:52 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-07-20 03:01:52 +0800 |
commit | fa0876197b7f7d70c53211ad11c3c25597465ad3 (patch) | |
tree | de432501c96ce671b9ca25f4abba46b2028f5ebe /smime/ChangeLog | |
parent | a81d2584165ace86b398c5407a99dd86ce388985 (diff) | |
download | gsoc2013-evolution-fa0876197b7f7d70c53211ad11c3c25597465ad3.tar.gz gsoc2013-evolution-fa0876197b7f7d70c53211ad11c3c25597465ad3.tar.zst gsoc2013-evolution-fa0876197b7f7d70c53211ad11c3c25597465ad3.zip |
[ fixes #61490 ]
2004-07-16 Chris Toshok <toshok@ximian.com>
[ fixes #61490 ]
* lib/e-cert-db.c (e_cert_db_import_pkcs12_file): un-ifdef this,
as it's working..
(e_cert_db_export_pkcs12_file): and ifdef this one, since it's the
function i meant to ifdef in the first place.
svn path=/trunk/; revision=26675
Diffstat (limited to 'smime/ChangeLog')
-rw-r--r-- | smime/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog index 5b8f855db5..0c5db3c700 100644 --- a/smime/ChangeLog +++ b/smime/ChangeLog @@ -1,3 +1,12 @@ +2004-07-16 Chris Toshok <toshok@ximian.com> + + [ fixes #61490 ] + + * lib/e-cert-db.c (e_cert_db_import_pkcs12_file): un-ifdef this, + as it's working.. + (e_cert_db_export_pkcs12_file): and ifdef this one, since it's the + function i meant to ifdef in the first place. + 2004-06-17 JP Rosevear <jpr@novell.com> Fixes #56458 |