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.
This commit is contained in:
Enji Cooper 2017-01-14 08:10:37 +00:00
parent 0e3f47800f
commit c3b0c094b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312138

View File

@ -34,6 +34,7 @@
#define _SHA2_H_
#include <sha256.h>
#include <sha384.h>
#include <sha512.h>
#endif /* _SHA2_H_ */