Make it build\!
[become] / src / blowfish.c
index ddf7b26..83aeeb5 100644 (file)
@@ -1,12 +1,12 @@
 /* -*-c-*-
  *
- * $Id: blowfish.c,v 1.1 1997/07/21 13:47:53 mdw Exp $
+ * $Id: blowfish.c,v 1.5 1998/01/12 16:43:48 mdw Exp $
  *
  * Blowfish encryption routines
  *
- * (c) 1997 Mark Wooding
+ * (c) 1998 Mark Wooding
  */
+
 /*----- Licencing notice --------------------------------------------------*
  *
  * This file is part of `become'
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with `become'; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with `become'; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
+
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: blowfish.c,v $
- * Revision 1.1  1997/07/21 13:47:53  mdw
+ * Revision 1.5  1998/01/12 16:43:48  mdw
+ * Include required header files.  Fix copyright date.
+ *
+ * Revision 1.4  1997/12/08 15:29:50  mdw
+ * Formatting fixes.  Very boring.
+ *
+ * Revision 1.3  1997/08/07 09:42:58  mdw
+ * Fix address of the FSF.
+ *
+ * Revision 1.2  1997/08/04 10:24:20  mdw
+ * Sources placed under CVS control.
+ *
+ * Revision 1.1  1997/07/21  13:47:53  mdw
  * Initial revision
  *
  */
@@ -39,6 +51,8 @@
 /* --- ANSI headers --- */
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 
 /* --- Local headers --- */