diff --git a/ChangeLog b/ChangeLog index 8b458ca06..ddd601190 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-08-22 Vladimir Serbinenko + + * include/grub/crypto.h: Don't declare gcry_log_bug, gcry_log_printf + and gcry_log_bug. + * grub-core/lib/libgcrypt_wrap/mem.c: Include g10lib.h + 2013-08-21 Vladimir Serbinenko * INSTALL: Document cross-compilation. diff --git a/grub-core/lib/libgcrypt_wrap/mem.c b/grub-core/lib/libgcrypt_wrap/mem.c index 94f9d65d5..f9046f840 100644 --- a/grub-core/lib/libgcrypt_wrap/mem.c +++ b/grub-core/lib/libgcrypt_wrap/mem.c @@ -1,4 +1,4 @@ -#include +#include #include #include #include diff --git a/include/grub/crypto.h b/include/grub/crypto.h index ea2f13e54..ac2013270 100644 --- a/include/grub/crypto.h +++ b/include/grub/crypto.h @@ -401,10 +401,6 @@ void _gcry_assert_failed (const char *expr, const char *file, int line, void _gcry_burn_stack (int bytes); void _gcry_log_error( const char *fmt, ... ) __attribute__ ((format (printf, 1, 2))); -void _gcry_log_bug( const char *fmt, ... ) __attribute__ ((format (printf, 1, 2))); -void _gcry_log_printf( const char *fmt, ... ) __attribute__ ((format (printf, 1, 2))); -void -_gcry_check_heap (const void *a __attribute__ ((unused))); #ifdef GRUB_UTIL