diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-08-08 17:49:26 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-08-08 17:50:17 +0200 |
commit | f7fa376378cb221347c679aef001b3c04b212c7b (patch) | |
tree | 005bd4f63a11187013013eee0c07a64656dfa48a /lcrypt/Makefile | |
parent | 29e4a0512331a36c1cde22ed26c6ae059fa20757 (diff) |
Adding the rsa.lua code to lcrypt.
Diffstat (limited to 'lcrypt/Makefile')
-rw-r--r-- | lcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |