diff options
author | Rob Austein <sra@hactrn.net> | 2015-06-21 23:08:51 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-06-21 23:08:51 -0400 |
commit | a3b7050c53a27d4cfeb350fb86e738f623e99e0c (patch) | |
tree | 4bd268b23697c8544a8e130fdef04af34b3dba10 /tests/Makefile.in | |
parent | 4dd62d61e4da99f2c6f905f2700208bfc2e6a0ff (diff) |
libcryptech -> libhal, doh.
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r-- | tests/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index b5801d9..0a98792 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -27,8 +27,8 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -INC = ../cryptech.h -LIB = ../libcryptech.a +INC = ../hal.h +LIB = ../libhal.a BIN = test-aes-key-wrap test-hash test-pbkdf2 test-rsa CC = @CC@ |