diff options
Diffstat (limited to 'security/libgnome-keyring/files/patch-egg_tests_test-dh.c')
-rw-r--r-- | security/libgnome-keyring/files/patch-egg_tests_test-dh.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/libgnome-keyring/files/patch-egg_tests_test-dh.c b/security/libgnome-keyring/files/patch-egg_tests_test-dh.c new file mode 100644 index 000000000..c3347d7bc --- /dev/null +++ b/security/libgnome-keyring/files/patch-egg_tests_test-dh.c @@ -0,0 +1,11 @@ +--- egg/tests/test-dh.c.orig Mon Sep 5 07:16:09 2011 ++++ egg/tests/test-dh.c Sat Oct 27 14:36:16 2012 +@@ -35,7 +35,7 @@ + #include <stdio.h> + #include <string.h> + +-EGG_SECURE_GLIB_DEFINITIONS (); ++EGG_SECURE_DEFINE_GLIB_GLOBALS (); + + static void + test_dh_perform (void) |