Skip to content

Commit

Permalink
Initialize libgcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
PromyLOPh committed Jul 5, 2012
1 parent 51dcefb commit 96db841
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.c
Expand Up @@ -343,6 +343,9 @@ int main (int argc, char **argv) {

/* init some things */
ao_initialize ();
gcry_check_version (NULL);
gcry_control (GCRYCTL_DISABLE_SECMEM, 0);
gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
gnutls_global_init ();

BarSettingsInit (&app.settings);
Expand Down

0 comments on commit 96db841

Please sign in to comment.