diff options
author | ngie <ngie@FreeBSD.org> | 2017-02-21 07:02:51 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-02-21 07:02:51 +0000 |
commit | c63528b3d367dcf834ff1759cb43d40b21511c54 (patch) | |
tree | c539aaf5a32569abe300b10502b62080fe0aeb72 /lib/libnetbsd/sha2.h | |
parent | 3a54285b0861ff79dc226ded783148832bd9bde1 (diff) | |
download | FreeBSD-src-c63528b3d367dcf834ff1759cb43d40b21511c54.zip FreeBSD-src-c63528b3d367dcf834ff1759cb43d40b21511c54.tar.gz |
Revert r314020
The test build I ran unfortunately didn't catch the fact that the sha384.h
compat header is missing on ^/stable/10 due to some code not being MFCed
Diffstat (limited to 'lib/libnetbsd/sha2.h')
-rw-r--r-- | lib/libnetbsd/sha2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libnetbsd/sha2.h b/lib/libnetbsd/sha2.h index 6329284..b67691d 100644 --- a/lib/libnetbsd/sha2.h +++ b/lib/libnetbsd/sha2.h @@ -34,7 +34,6 @@ #define _SHA2_H_ #include <sha256.h> -#include <sha384.h> #include <sha512.h> #endif /* _SHA2_H_ */ |