aboutsummaryrefslogtreecommitdiffstats
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
parent15f9d079e63beb68266e64ff5bb481c61b615622 (diff)
downloadgsoc2013-evolution-c43cf87a0ebf8b482b609e76e8246679f3005a8b.tar.gz
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
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/camel-smime-context.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index f97a85ffbf..31321e9bab 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2001-05-23 Jeffrey Stedfast <fejj@ximian.com>
* providers/local/camel-local-folder.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 <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;
ts-gnome/commit/print/foomatic-db?h=master&id=89e0309a907e013a6e30c36b7fb500c06b02005a'>- Update from 20140627 to 20140706 [1]danilo2014-07-083-6/+10 * - Update from 20140425 to 20140627danilo2014-06-273-94/+118 * print/foomatic-db: update to version 20140425bsam2014-04-262-3/+3 * print/foomatic-db: update to version 20140423bsam2014-04-243-4/+7 * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-0/+1 * print/foomatic-db: Update to version 20140331.bsam2014-03-313-11/+79 * Release cups-* nad foomatic-* ports. Currently I have no enoughbsam2014-02-171-1/+1 * Update to version 20140106.bsam2014-01-063-3/+5 * Update to version 20131230.bsam2013-12-312-3/+3 * . update to version 20131229;bsam2013-12-292-4/+4 * . update to version 20131227; [1]bsam2013-12-274-6/+126 * Add an additional MASTER_SITE to make the port fetchable.bsam2013-12-271-1/+2 * . take maintainership print/foomatic-db, print/foomatic-db-engine, print/foom...bsam2013-12-274-357/+2670 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2 * - convert to the new perl5 frameworkaz2013-09-051-1/+1 * - Update to 7.31.0sunpoet2013-07-121-2/+2 * - Kick MD5 Supportmiwi2011-07-031-1/+0 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Punt autoconf267->autoconf268ade2010-10-161-1/+1 * Round one migration of ports from automake{19,110} to automake111ade2010-10-061-1/+1 * Migrate from devel/automake15 to devel/automake19ade2010-09-241-1/+1 * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2 * Chase the ftp/curl shlib version bump.roam2010-04-03