diff options
author | Richard Levitte <levitte@openssl.org> | 2016-03-10 21:55:12 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-03-10 22:00:27 +0100 |
commit | 603358de576217812cb3d752e97c78e476cdc879 (patch) | |
tree | 021a86865a9366aa16d3c772c75c19c295d32232 /crypto/sha/build.info | |
parent | check reviewer --reviewer=emilia (diff) | |
download | openssl-603358de576217812cb3d752e97c78e476cdc879.tar.xz openssl-603358de576217812cb3d752e97c78e476cdc879.zip |
Add include directory options for assembler files that include from crypto/
A few were missed in the previous commit.
Closes RT#4412
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/sha/build.info')
-rw-r--r-- | crypto/sha/build.info | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/sha/build.info b/crypto/sha/build.info index 57e9c93b12..136d0ee2cf 100644 --- a/crypto/sha/build.info +++ b/crypto/sha/build.info @@ -57,5 +57,7 @@ BEGINRAW[Makefile(unix)] ENDRAW[Makefile(unix)] INCLUDE[sha1-armv4-large.o]=.. INCLUDE[sha1-armv8.o]=.. +INCLUDE[sha256-armv4.o]=.. INCLUDE[sha256-armv8.o]=.. +INCLUDE[sha512-armv4.o]=.. INCLUDE[sha512-armv8.o]=.. |