add gcry to utils

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-22 19:04:21 +02:00
parent f3470f4eb5
commit dcd73ec05e
6 changed files with 56 additions and 9 deletions

View file

@ -274,4 +274,10 @@ grub_password_get (char buf[], unsigned buf_size);
extern void (*grub_crypto_autoload_hook) (const char *name);
#ifdef GRUB_UTIL
void grub_gcry_init_all (void);
void grub_gcry_fini_all (void);
#endif
#endif