From 957f1e9b8dbbc96161c00101bcf507fcfc43dbc3 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 11 Feb 2004 19:14:50 +0000 Subject: #include (e_pkcs12_export_to_file): Hmm. I gather this needs to 2004-02-11 Jeffrey Stedfast * lib/e-pkcs12.c: #include (e_pkcs12_export_to_file): Hmm. I gather this needs to be implemented. return FALSE here until someone implements this so gcc doesn't complain about control reaching the end of a non-void function. (handle_error): Same. * lib/e-cert-trust.c: And here. * lib/e-cert-db.c: Same. * lib/e-asn1-object.c: And here. * lib/e-cert.c: Here too. * gui/e-cert-selector.c: Same. * gui/certificate-viewer.c: Same. * gui/certificate-manager.c: #include svn path=/trunk/; revision=24712 --- smime/lib/e-asn1-object.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'smime/lib/e-asn1-object.c') diff --git a/smime/lib/e-asn1-object.c b/smime/lib/e-asn1-object.c index b7528dcd22..3fe957f3ba 100644 --- a/smime/lib/e-asn1-object.c +++ b/smime/lib/e-asn1-object.c @@ -55,6 +55,11 @@ * */ + +#ifdef HAVE_CONFIG_H +#include +#endif + #include "e-asn1-object.h" #include "secasn1.h" -- cgit