summaryrefslogtreecommitdiff
path: root/egg/egg-openssl.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>2009-02-05 20:57:49 +0000
committerThomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>2009-02-05 20:57:49 +0000
commita636ca0696147a229ebf0e57532c6784ab46c2de (patch)
tree263f8f1b8a1fb9e4b33340865f440c8bb5cf4db9 /egg/egg-openssl.c
parent2a1f05efd13bc632118d5b72743f99ea027cb717 (diff)
downloadgcr-a636ca0696147a229ebf0e57532c6784ab46c2de.tar.gz
Fix compiler warnings from -Wold-style-declaration. Fixes bug #5706
svn path=/trunk/; revision=1498
Diffstat (limited to 'egg/egg-openssl.c')
-rw-r--r--egg/egg-openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/egg/egg-openssl.c b/egg/egg-openssl.c
index e16a662..36e3e9e 100644
--- a/egg/egg-openssl.c
+++ b/egg/egg-openssl.c
@@ -352,7 +352,7 @@ egg_openssl_pem_write (const guchar *data, gsize n_data, GQuark type,
* DEFINITIONS
*/
-const static struct {
+static const struct {
const gchar *desc;
int algo;
int mode;