]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 30 Oct 2003 19:06:10 +0000 (19:06 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 30 Oct 2003 19:06:10 +0000 (19:06 +0000)
src/crypt.c

index e322bf0664829aa48d4f6f253d68156ef0ee4a69..6e8283f6c3c31dd3e0a82cf69b8d894f85ebb00c 100644 (file)
@@ -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) {