<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libmd/mdXhl.c, branch release/2.2.5_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1997-10-21T01:56:05+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-10-21T01:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=14d01796b1ab61a57dbd60da66d8dac699a0a2e7'/>
<id>14d01796b1ab61a57dbd60da66d8dac699a0a2e7</id>
<content type='text'>
'RELENG_2_2_5_RELEASE'.

This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_2_2_5_RELEASE'.

This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved #include of &lt;sys/types.h&gt; earlier so that this compiles when</title>
<updated>1996-10-25T06:48:29+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-10-25T06:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1ab6205ce117ac9585918aaf9935ce90f06402cd'/>
<id>1ab6205ce117ac9585918aaf9935ce90f06402cd</id>
<content type='text'>
&lt;stdio.h&gt; doesn't (bogusly) include &lt;sys/types.h&gt;.

Cleaned up #includes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;stdio.h&gt; doesn't (bogusly) include &lt;sys/types.h&gt;.

Cleaned up #includes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a memory leak in MD[245]End()</title>
<updated>1996-07-24T20:55:38+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-07-24T20:55:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8bc66d9bd2a765b561ab80e04308b808916e886d'/>
<id>8bc66d9bd2a765b561ab80e04308b808916e886d</id>
<content type='text'>
Submitted by:	Ikuo Nakagawa &lt;ikuo@isl.intec.co.jp&gt;
PR:	misc/1424
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Ikuo Nakagawa &lt;ikuo@isl.intec.co.jp&gt;
PR:	misc/1424
</pre>
</div>
</content>
</entry>
<entry>
<title>Change this to do what it should have done from the start.</title>
<updated>1995-07-12T09:13:49+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1995-07-12T09:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=05f65b296e4f93d21d1f047d3110991662ba2279'/>
<id>05f65b296e4f93d21d1f047d3110991662ba2279</id>
<content type='text'>
Add argument for buffer for output.
Fix manuals.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add argument for buffer for output.
Fix manuals.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:51:47+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8'/>
<id>6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No sense in copying the hex[] array in each call to MDXEnd(), it's a</title>
<updated>1995-04-27T16:05:51+00:00</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1995-04-27T16:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=003d29986d77f9e5b2564d522b583e159a0653ba'/>
<id>003d29986d77f9e5b2564d522b583e159a0653ba</id>
<content type='text'>
constant.  (There probably ought to be a single libc version of it.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
constant.  (There probably ought to be a single libc version of it.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean a bunch of -Wall warnings.</title>
<updated>1995-02-24T08:51:34+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1995-02-24T08:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6c20486de431a94a26f018f34e0485b3e0705b10'/>
<id>6c20486de431a94a26f018f34e0485b3e0705b10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added "const" to the arguments here and there.</title>
<updated>1994-11-07T20:48:35+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1994-11-07T20:48:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4385de1699eedefa385d938df50441699f9664fe'/>
<id>4385de1699eedefa385d938df50441699f9664fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reviewed by:	phk</title>
<updated>1994-07-24T03:29:56+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1994-07-24T03:29:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c9502b535ef89f1c565018773b3ec82af4fe3998'/>
<id>c9502b535ef89f1c565018773b3ec82af4fe3998</id>
<content type='text'>
Imported libmd.  This library contains MD2, MD4 and MD5.
These three boggers pop up all over the place all of the time, so I 
decided we needed a library with them.  In general they are used for
security checks, so if you use them you want to link them static.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Imported libmd.  This library contains MD2, MD4 and MD5.
These three boggers pop up all over the place all of the time, so I 
decided we needed a library with them.  In general they are used for
security checks, so if you use them you want to link them static.
</pre>
</div>
</content>
</entry>
</feed>
