[PATCH 2/7] add md5 support

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Fri Sep 17 00:42:24 EDT 2010


On 17:43 Thu 16 Sep     , Sascha Hauer wrote:
> On Thu, Sep 09, 2010 at 03:59:48PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> > ---
> >  lib/Kconfig  |    4 +
> >  lib/Makefile |    1 +
> >  lib/md5.c    |  317 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >  3 files changed, 322 insertions(+), 0 deletions(-)
> >  create mode 100644 lib/md5.c
> > 
> > diff --git a/lib/Kconfig b/lib/Kconfig
> > index a571ba8..e8776a7 100644
> > --- a/lib/Kconfig
> > +++ b/lib/Kconfig
> > @@ -15,6 +15,10 @@ menuconfig DIGEST
> >  
> >  if DIGEST
> >  
> > +config MD5
> > +	bool "MD5"
> > +	default y
> 
> Please no default y here.
fix in the next pull request

Best Regards,
J.



More information about the barebox mailing list