X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/52c03a2aa0b5c3461055ca0dcf38e29f2ca88f35..de014da64011b21929158b746803d69cbfb05ee6:/servutil.c diff --git a/servutil.c b/servutil.c index c3465e79..590327db 100644 --- a/servutil.c +++ b/servutil.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: servutil.c,v 1.4 2004/04/03 12:35:13 mdw Exp $ + * $Id: servutil.c,v 1.5 2004/04/08 01:36:17 mdw Exp $ * * Various handy server-only utilities * @@ -26,24 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: servutil.c,v $ - * Revision 1.4 2004/04/03 12:35:13 mdw - * Support elliptic curve key exchange. - * - * Revision 1.3 2001/06/19 22:08:11 mdw - * Use magic number for packet size. - * - * Revision 1.2 2001/02/16 21:41:06 mdw - * Use new spare buffer for building MP textual representations. Add a - * function for making human-readable time strings. - * - * Revision 1.1 2001/02/03 20:26:37 mdw - * Initial checkin. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "tripe.h"