diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/rc5/Makefile.ssl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/rc5/Makefile.ssl b/src/lib/libcrypto/rc5/Makefile.ssl index a86f202f7b..3f9632f8f7 100644 --- a/src/lib/libcrypto/rc5/Makefile.ssl +++ b/src/lib/libcrypto/rc5/Makefile.ssl | |||
@@ -22,6 +22,7 @@ RC5_ENC= rc5_enc.o | |||
22 | #DES_ENC= r586-elf.o | 22 | #DES_ENC= r586-elf.o |
23 | 23 | ||
24 | CFLAGS= $(INCLUDES) $(CFLAG) | 24 | CFLAGS= $(INCLUDES) $(CFLAG) |
25 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
25 | 26 | ||
26 | GENERAL=Makefile | 27 | GENERAL=Makefile |
27 | TEST=rc5test.c | 28 | TEST=rc5test.c |