From b719913bf4cf0cc46ab5780c37f456a6dfe57e88 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 18 Jun 2009 23:58:29 +0200 Subject: [PATCH] libmd: Raise WARNS to 2 and fix a warning. --- lib/libmd/Makefile | 1 + lib/libmd/i386/sha.S | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile index 1e531c4279..54b8dab851 100644 --- a/lib/libmd/Makefile +++ b/lib/libmd/Makefile @@ -7,6 +7,7 @@ SRCS= md2c.c md4c.c md5c.c md2hl.c md4hl.c md5hl.c \ sha0c.c sha0hl.c sha1c.c sha1hl.c \ sha256c.c sha256hl.c INCS= md2.h md4.h md5.h ripemd.h sha.h sha256.h +WARNS?= 2 MAN+= md2.3 md4.3 md5.3 ripemd.3 sha.3 sha256.3 MLINKS+=md2.3 MD2Init.3 md2.3 MD2Update.3 md2.3 MD2Pad.3 md2.3 MD2Final.3 diff --git a/lib/libmd/i386/sha.S b/lib/libmd/i386/sha.S index 12d6a16cce..fbfb0ec474 100644 --- a/lib/libmd/i386/sha.S +++ b/lib/libmd/i386/sha.S @@ -1,5 +1,5 @@ /* $FreeBSD: src/lib/libmd/i386/sha.S,v 1.3 2007/05/14 05:00:37 cperciva Exp $ */ -/* $DragonFly: src/lib/libmd/i386/sha.S,v 1.2 2008/09/11 20:25:34 swildner Exp $ +/* $DragonFly: src/lib/libmd/i386/sha.S,v 1.2 2008/09/11 20:25:34 swildner Exp $ */ /* -*- Fundamental -*- Emacs' assembler mode hoses this file */ #ifndef PIC /* Run the C pre-processor over this file with one of the following defined -- 2.41.0