]> andersk Git - openssh.git/blobdiff - md5crypt.c
- (dtucker) [session.c] Fix bus errors on some 64-bit Solaris configurations.
[openssh.git] / md5crypt.c
index dba788804d5564c88cf0d2d53d16bf7bb752ccaf..7140a3d739e53f0c5d6cf390a220b0343c9f4062 100644 (file)
@@ -157,7 +157,7 @@ md5_crypt(const char *pw, const char *salt)
        memset(salt_copy, 0, sizeof(salt_copy));
        memset(&ctx, 0, sizeof(ctx));
        memset(&ctx1, 0, sizeof(ctx1));
-       (void)to64(0, 4)
+       (void)to64(0, 4);
 
        return (passwd);
 }
This page took 0.074576 seconds and 4 git commands to generate.