[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
- Previous message: [grisbi-cvs] grisbi/src gsb_data_account.c, 1.90, 1.91 gsb_plugins.c, 1.20, 1.21 help.c, 1.91, 1.92 help.h, 1.10, 1.11 import.c, 1.296, 1.297 main.c, 1.152, 1.153 qif.c, 1.138, 1.139 utils.h, 1.25, 1.26 utils_str.c, 1.70, 1.71
- Next message: [grisbi-cvs] grisbi/po de.po,1.131,1.132
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [grisbi-cvs] grisbi/src gsb_data_account.c, 1.90, 1.91 gsb_plugins.c, 1.20, 1.21 help.c, 1.91, 1.92 help.h, 1.10, 1.11 import.c, 1.296, 1.297 main.c, 1.152, 1.153 qif.c, 1.138, 1.139 utils.h, 1.25, 1.26 utils_str.c, 1.70, 1.71
- Next message: [grisbi-cvs] grisbi/po de.po,1.131,1.132
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list