diff options
Diffstat (limited to 'sys/crypto/md5.c')
-rw-r--r-- | sys/crypto/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/md5.c b/sys/crypto/md5.c index 211c89ba0fd0a..6846380ac8169 100644 --- a/sys/crypto/md5.c +++ b/sys/crypto/md5.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/crypto/md5.c,v 1.1 1999/12/22 19:13:05 shin Exp $ */ #include <sys/types.h> |