diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-18 16:36:11 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-18 16:36:11 +0800 |
commit | a831a31bef95510a56cf438f26bfb09de9666a28 (patch) | |
tree | 4b407b67a6bf5244a80fc39ddefbff094eb2ae8c /smime/ChangeLog | |
parent | bc7c7799f09b81c85c5f0ff6e0bcdcbaf539f02b (diff) | |
download | gsoc2013-evolution-a831a31bef95510a56cf438f26bfb09de9666a28.tar gsoc2013-evolution-a831a31bef95510a56cf438f26bfb09de9666a28.tar.gz gsoc2013-evolution-a831a31bef95510a56cf438f26bfb09de9666a28.tar.bz2 gsoc2013-evolution-a831a31bef95510a56cf438f26bfb09de9666a28.tar.lz gsoc2013-evolution-a831a31bef95510a56cf438f26bfb09de9666a28.tar.xz gsoc2013-evolution-a831a31bef95510a56cf438f26bfb09de9666a28.tar.zst gsoc2013-evolution-a831a31bef95510a56cf438f26bfb09de9666a28.zip |
lib/e-cert-db.c Use gstdio wrappers. Open file in binary mode.
2005-12-18 Tor Lillqvist <tml@novell.com>
* lib/e-cert-db.c
* lib/e-pkcs12.c: Use gstdio wrappers. Open file in binary mode.
svn path=/trunk/; revision=30858
Diffstat (limited to 'smime/ChangeLog')
-rw-r--r-- | smime/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog index 1e16cc28af..ba1edad6d3 100644 --- a/smime/ChangeLog +++ b/smime/ChangeLog @@ -9,6 +9,9 @@ * gui/e-cert-selector.c (e_cert_selector_new): Construct glade file pathname at run-time. + * lib/e-cert-db.c + * lib/e-pkcs12.c: Use gstdio wrappers. Open file in binary mode. + 2005-07-28 Mengjie Yu <meng-jie.yu@sun.com> * lib/e-cert-db.c: |