diff options
Diffstat (limited to 'src/lib/libcrypto/cast/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/cast/Makefile.ssl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/cast/Makefile.ssl b/src/lib/libcrypto/cast/Makefile.ssl index 2dc1c855ad..98393a37ba 100644 --- a/src/lib/libcrypto/cast/Makefile.ssl +++ b/src/lib/libcrypto/cast/Makefile.ssl | |||
@@ -25,6 +25,7 @@ CAST_ENC=c_enc.o | |||
25 | #CAST_ENC=asm/cx86bdsi.o | 25 | #CAST_ENC=asm/cx86bdsi.o |
26 | 26 | ||
27 | CFLAGS= $(INCLUDES) $(CFLAG) | 27 | CFLAGS= $(INCLUDES) $(CFLAG) |
28 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
28 | 29 | ||
29 | GENERAL=Makefile | 30 | GENERAL=Makefile |
30 | TEST=casttest.c | 31 | TEST=casttest.c |