From: Nikos Mavrogiannopoulos Date: Thu, 30 Oct 2003 19:06:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_9_95~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00565f28e54f435639f6d8fd6f4d9401acbb7794;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/src/crypt.c b/src/crypt.c index e322bf0664..6e8283f6c3 100644 --- a/src/crypt.c +++ b/src/crypt.c @@ -428,7 +428,7 @@ int main(int argc, char **argv) { gaainfo info; char *passwd; - int salt; + int salt, ret; struct passwd *pwd; if ((ret=gnutls_global_init()) < 0) {