User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • Add this patch for correct libgcrypt library initialization. --- backend_pgsql.c.orig 2011-03-27 10:35:50.000000000 +0400 +++ backend_pgsql.c 2012-06-22 11:42:33.000000000 +0400 @@ -275,6 +275,8 @@ { char *s = NULL; + gcry_check_version(GCRYPT_VERSION); + switch(options->pw_type) { case PW_CRYPT: case PW_CRYPT_MD5: