Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 1995 14:09:34 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-lib
Subject:   cvs commit: src/lib/libmd md2.h md4.h md5.h
Message-ID:  <199512222209.OAA21738@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       95/12/22 14:09:34

  Branch:      lib/libmd  RELENG_2_1_0
  Modified:    lib/libmd  md2.h md4.h md5.h
  Log:
  One line change to each of these from HEAD..
  Add a name to the context structures for compatability
  with the CVS in -current.  Basically,
  typedef struct { ... } MDx_CTX; becomes
  typedef struct MDxContext { ... } MDx_CTX;
  
  Revision  Changes    Path
  1.2.6.2   +1 -1      src/lib/libmd/md2.h
  1.2.6.2   +1 -1      src/lib/libmd/md4.h
  1.2.6.2   +1 -1      src/lib/libmd/md5.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512222209.OAA21738>