This silences -Wsuggest-attribute=malloc warning with GCC 12. While
we could use ATTRIBUTE_DEALLOC(fclose, 1), it is currently not
possible to use it until Gnulib is updated.
Signed-off-by: Daiki Ueno <ueno@gnu.org>
#include <gnutls/x509.h>
#include <stdio.h>
#include <stdbool.h>
+#include "attribute.h"
#define TYPE_CRT 1
#define TYPE_CRQ 2
gnutls_datum_t * p, gnutls_datum_t * q,
gnutls_datum_t * g, int cprint);
+ATTRIBUTE_MALLOC
FILE *safe_open_rw(const char *file, int privkey_op);
const char *get_password(common_info_st * cinfo, unsigned int *flags,