[grisbi-cvs] grisbi/src/plugins/openssl openssl.c,1.21,1.22

Pierre Biava pbiava at users.sourceforge.net
Wed Oct 14 22:09:17 CEST 2009


Update of /cvsroot/grisbi/grisbi/src/plugins/openssl
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21502/src/plugins/openssl

Modified Files:
	openssl.c 
Log Message:
Fixed the bug 674 and minors fixes

Index: openssl.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/plugins/openssl/openssl.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- openssl.c	14 Oct 2009 13:01:39 -0000	1.21
+++ openssl.c	14 Oct 2009 20:09:14 -0000	1.22
@@ -34,7 +34,6 @@
 /*END_INCLUDE*/
 
 /*START_EXTERN*/
-extern gchar *crypt_key;
 extern GtkWidget *window;
 /*END_EXTERN*/
 
@@ -47,6 +46,7 @@
 /*END_STATIC*/
 #endif
 
+gchar *crypt_key;
 
 /**
  * Crypt or decrypt string given in the param



More information about the cvs mailing list