From c43cf87a0ebf8b482b609e76e8246679f3005a8b Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 25 May 2001 01:12:26 +0000 Subject: Oops, I spelled the get-default-db function name wrong. 2001-05-24 Jeffrey Stedfast * camel-smime-context.c (camel_smime_context_new): Oops, I spelled the get-default-db function name wrong. svn path=/trunk/; revision=9980 --- camel/camel-smime-context.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'camel/camel-smime-context.c') 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 #include #include +#include #include #include #include @@ -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; -- cgit v1.2.3