aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-smime-context.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-05-25 09:12:26 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-05-25 09:12:26 +0800
commitc43cf87a0ebf8b482b609e76e8246679f3005a8b (patch)
treeb0b326da979c62afac1fcc0646f743fa4ac00718 /camel/camel-smime-context.c
parent15f9d079e63beb68266e64ff5bb481c61b615622 (diff)
downloadgsoc2013-evolution-c43cf87a0ebf8b482b609e76e8246679f3005a8b.tar
gsoc2013-evolution-c43cf87a0ebf8b482b609e76e8246679f3005a8b.tar.gz
gsoc2013-evolution-c43cf87a0ebf8b482b609e76e8246679f3005a8b.tar.bz2
gsoc2013-evolution-c43cf87a0ebf8b482b609e76e8246679f3005a8b.tar.lz
gsoc2013-evolution-c43cf87a0ebf8b482b609e76e8246679f3005a8b.tar.xz
gsoc2013-evolution-c43cf87a0ebf8b482b609e76e8246679f3005a8b.tar.zst
gsoc2013-evolution-c43cf87a0ebf8b482b609e76e8246679f3005a8b.zip
Oops, I spelled the get-default-db function name wrong.
2001-05-24 Jeffrey Stedfast <fejj@ximian.com> * camel-smime-context.c (camel_smime_context_new): Oops, I spelled the get-default-db function name wrong. svn path=/trunk/; revision=9980
Diffstat (limited to 'camel/camel-smime-context.c')
-rw-r--r--camel/camel-smime-context.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-smime-context.c b/camel/camel-smime-context.c
index a11d933b9c..7115c13ad1 100644
--- a/camel/camel-smime-context.c
+++ b/camel/camel-smime-context.c
@@ -34,6 +34,7 @@
#include <cert.h>
#include <certt.h>
#include <certdb.h>
+#include <hasht.h>
#include <keylow.h>
#include <secpkcs7.h>
#include <secmime.h>
@@ -136,7 +137,7 @@ camel_smime_context_new (CamelSession *session)
camel_cipher_context_construct (CAMEL_CIPHER_CONTEXT (context), session);
- handle = CERT_CertGetDefaultCertDBHandle ();
+ handle = CERT_GetDefaultCertDB ();
if (!handle) {
camel_object_unref (CAMEL_OBJECT (context));
return NULL;