Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2003 14:47:03 -0800 (PST)
From:      Bill Fumerola <billf@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/pkg_install/sign x509.c
Message-ID:  <200302032247.h13Ml3Ge093426@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
billf       2003/02/03 14:47:03 PST

  Modified files:
    usr.sbin/pkg_install/sign x509.c 
  Log:
  even the default case in a switch requires some action (add break;)
  
  EVP_sha1() returns a const EVP_MD *, so reflect that in the variable
  we store its return value in.
  
  Revision  Changes    Path
  1.3       +2 -1      src/usr.sbin/pkg_install/sign/x509.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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