Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2017 08:10:38 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r312138 - projects/netbsd-tests-upstream-01-2017/lib/libnetbsd
Message-ID:  <201701140810.v0E8ActE042151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sat Jan 14 08:10:37 2017
New Revision: 312138
URL: https://svnweb.freebsd.org/changeset/base/312138

Log:
  libnetbsd: improve sha2.h compat with FreeBSD
  
  Add sha384 #include to libnetbsd's copy of sha2.h to expose all of the
  SHA384 support via the header.

Modified:
  projects/netbsd-tests-upstream-01-2017/lib/libnetbsd/sha2.h

Modified: projects/netbsd-tests-upstream-01-2017/lib/libnetbsd/sha2.h
==============================================================================
--- projects/netbsd-tests-upstream-01-2017/lib/libnetbsd/sha2.h	Sat Jan 14 07:59:33 2017	(r312137)
+++ projects/netbsd-tests-upstream-01-2017/lib/libnetbsd/sha2.h	Sat Jan 14 08:10:37 2017	(r312138)
@@ -34,6 +34,7 @@
 #define _SHA2_H_
 
 #include <sha256.h>
+#include <sha384.h>
 #include <sha512.h>
 
 #endif /* _SHA2_H_ */



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