Sources placed under CVS control.
[become] / src / crypt.h
index b508b45..e84f508 100644 (file)
@@ -1,13 +1,13 @@
 /* -*-c-*-
  *
- * $Id: crypt.h,v 1.1 1997/07/21 13:47:51 mdw Exp $
+ * $Id: crypt.h,v 1.2 1997/08/04 10:24:21 mdw Exp $
  *
  * Cryptographic transfer of `become' requests
  *
  * (c) 1997 EBI
  */
 
-/*----- Licencing notice --------------------------------------------------*
+/*----- Licensing 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: crypt.h,v $
- * Revision 1.1  1997/07/21 13:47:51  mdw
+ * Revision 1.2  1997/08/04 10:24:21  mdw
+ * Sources placed under CVS control.
+ *
+ * Revision 1.1  1997/07/21  13:47:51  mdw
  * Initial revision
  *
  */
@@ -93,17 +96,6 @@ enum {
   crp_size = crp_check + 4             /* Size of encrypted reply */
 };
 
-/*----- Macros ------------------------------------------------------------*/
-
-/* --- @burn@ --- *
- *
- * Arguments:  @obj@ = some object
- *
- * Use:                Writes zero bytes over the object.
- */
-
-#define burn(obj) ((void)memset(&obj, 0, sizeof(obj)))
-
 /*----- Functions provided ------------------------------------------------*/
 
 /* --- @crypt_packRequest@ --- *