gentoo-ebuilds/app-crypt/gpa/files/gpa-0.11.0-c99.patch
Sam James 943e329e86
app-crypt/gpa: add 0.11.0
Signed-off-by: Sam James <sam@gentoo.org>
2025-02-09 05:05:21 +00:00

17 lines
734 B
Diff
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

cm-piv.c: In function reload_data:
cm-piv.c:510:7: error: implicit declaration of function gpa_keytable_ensure [-Wimplicit-function-declaration]
510 | gpa_keytable_ensure (gpa_keytable_get_secret_instance());
| ^~~~~~~~~~~~~~~~~~~
cm-piv.c:510:28: error: implicit declaration of function gpa_keytable_get_secret_instance [-Wimplicit-function-declaration]
510 | gpa_keytable_ensure (gpa_keytable_get_secret_instance());
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- a/src/cm-piv.c
+++ b/src/cm-piv.c
@@ -41,6 +41,7 @@
#include "gtktools.h"
#include "convert.h"
#include "gpa-key-details.h"
+#include "keytable.h"
#include "cm-object.h"
#include "cm-piv.h"