* 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
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-08-22 16:03:47 +02:00
parent fc97214f7e
commit 8ed358e0ee
3 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#include <grub/gcrypt/gcrypt.h>
#include <grub/gcrypt/g10lib.h>
#include <grub/gcrypt/gpg-error.h>
#include <grub/term.h>
#include <grub/crypto.h>