chiark
/
gitweb
/
~mdw
/
become
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6980547
)
Include required header files. Fix copyright date.
author
mdw
<mdw>
Mon, 12 Jan 1998 16:43:48 +0000
(16:43 +0000)
committer
mdw
<mdw>
Mon, 12 Jan 1998 16:43:48 +0000
(16:43 +0000)
src/blowfish.c
patch
|
blob
|
blame
|
history
src/dbutils.h
patch
|
blob
|
blame
|
history
diff --git
a/src/blowfish.c
b/src/blowfish.c
index a8cb5138832760d239aff3158526489cd79e0f4e..83aeeb556ae60a7c726d30d8f0dd402497f59322 100644
(file)
--- a/
src/blowfish.c
+++ b/
src/blowfish.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: blowfish.c,v 1.
4 1997/12/08 15:29:50
mdw Exp $
+ * $Id: blowfish.c,v 1.
5 1998/01/12 16:43:48
mdw Exp $
*
* Blowfish encryption routines
*
*
* Blowfish encryption routines
*
- * (c) 199
7
Mark Wooding
+ * (c) 199
8
Mark Wooding
*/
/*----- Licencing notice --------------------------------------------------*
*/
/*----- Licencing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: blowfish.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: blowfish.c,v $
+ * 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.4 1997/12/08 15:29:50 mdw
* Formatting fixes. Very boring.
*
@@
-48,6
+51,8
@@
/* --- ANSI headers --- */
#include <stdio.h>
/* --- ANSI headers --- */
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
/* --- Local headers --- */
/* --- Local headers --- */
diff --git
a/src/dbutils.h
b/src/dbutils.h
index 58ec006de08fb9fe032ea3727d26392c310d5d16..05c8e440d6bee5618ebd16def5801aa058d86e0f 100644
(file)
--- a/
src/dbutils.h
+++ b/
src/dbutils.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: dbutils.h,v 1.
4 1997/08/07 10:01:46
mdw Exp $
+ * $Id: dbutils.h,v 1.
5 1998/01/12 16:43:29
mdw Exp $
*
* Debugging things
*
*
* Debugging things
*
- * (c) 199
6
Straylight
+ * (c) 199
8
Straylight
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: dbutils.h,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: dbutils.h,v $
+ * Revision 1.5 1998/01/12 16:43:29 mdw
+ * Include required header files. Fix copyright date.
+ *
* Revision 1.4 1997/08/07 10:01:46 mdw
* (Log entry for previous version is bogus.) No changes made.
*
* Revision 1.4 1997/08/07 10:01:46 mdw
* (Log entry for previous version is bogus.) No changes made.
*