From f7fa376378cb221347c679aef001b3c04b212c7b Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 8 Aug 2013 17:49:26 +0200 Subject: Adding the rsa.lua code to lcrypt. --- lcrypt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lcrypt/Makefile') diff --git a/lcrypt/Makefile b/lcrypt/Makefile index ea1ac3b..0347ee8 100644 --- a/lcrypt/Makefile +++ b/lcrypt/Makefile @@ -1,6 +1,6 @@ CFLAGS += -O3 -Wall -DLITTLE_ENDIAN -DLTM_DESC -DLTC_SOURCE -DUSE_LTM -fPIC -I$(TOMCRYPT)/src/headers -I$(LUA)/src -I../src -lcrypt.o: lcrypt.c lcrypt_ciphers.c lcrypt_hashes.c lcrypt_math.c lcrypt_bits.c +lcrypt.o: lcrypt.c lcrypt_ciphers.c lcrypt_hashes.c lcrypt_math.c lcrypt_bits.c lcrypt_rsa.c $(CC) $(CFLAGS) -c lcrypt.c -o $@ clean: -- cgit v1.2.3