--- super.h.orig	Tue Apr  7 01:55:32 1998
+++ super.h	Thu Nov 19 00:26:38 1998
@@ -370,8 +370,10 @@
 
     OurTime ourtime;			/* when we started, etc */
 
-    char encr[20];			/* encrypted password */
-    char salt[4];			/* salt from password */
+/* FreeBSD MD5 encrypted passwords are 34 bytes in total (counts salt) */
+    char encr[35];			/* encrypted password */
+/* FreeBSD MD5 encrypted passwords have 11 byte salt (3+8) */
+    char salt[12];			/* salt from password */
 };
 typedef struct userInfo UserInfo;
 
