diff options
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/bn/Makefile.ssl | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/evp/Makefile.ssl | 15 | ||||
-rw-r--r-- | src/lib/libcrypto/md5/Makefile.ssl | 3 |
3 files changed, 11 insertions, 8 deletions
diff --git a/src/lib/libcrypto/bn/Makefile.ssl b/src/lib/libcrypto/bn/Makefile.ssl index c1547a8e6d..090fccdf7d 100644 --- a/src/lib/libcrypto/bn/Makefile.ssl +++ b/src/lib/libcrypto/bn/Makefile.ssl | |||
@@ -22,6 +22,7 @@ BN_ASM= bn_asm.o | |||
22 | #BN_ASM= bn86-elf.o | 22 | #BN_ASM= bn86-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=bntest.c exptest.c | 28 | TEST=bntest.c exptest.c |
diff --git a/src/lib/libcrypto/evp/Makefile.ssl b/src/lib/libcrypto/evp/Makefile.ssl index 3279be5bda..772afd71f5 100644 --- a/src/lib/libcrypto/evp/Makefile.ssl +++ b/src/lib/libcrypto/evp/Makefile.ssl | |||
@@ -185,13 +185,14 @@ c_all.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h | |||
185 | c_all.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h | 185 | c_all.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h |
186 | c_all.o: ../../include/openssl/des.h ../../include/openssl/des_old.h | 186 | c_all.o: ../../include/openssl/des.h ../../include/openssl/des_old.h |
187 | c_all.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h | 187 | c_all.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h |
188 | c_all.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 188 | c_all.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h |
189 | c_all.o: ../../include/openssl/evp.h ../../include/openssl/idea.h | 189 | c_all.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
190 | c_all.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h | 190 | c_all.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h |
191 | c_all.o: ../../include/openssl/md4.h ../../include/openssl/md5.h | 191 | c_all.o: ../../include/openssl/md2.h ../../include/openssl/md4.h |
192 | c_all.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h | 192 | c_all.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h |
193 | c_all.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 193 | c_all.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
194 | c_all.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 194 | c_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
195 | c_all.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h | ||
195 | c_all.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h | 196 | c_all.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h |
196 | c_all.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h | 197 | c_all.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h |
197 | c_all.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h | 198 | c_all.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h |
diff --git a/src/lib/libcrypto/md5/Makefile.ssl b/src/lib/libcrypto/md5/Makefile.ssl index 56cab5d882..2d4df972ff 100644 --- a/src/lib/libcrypto/md5/Makefile.ssl +++ b/src/lib/libcrypto/md5/Makefile.ssl | |||
@@ -6,7 +6,7 @@ DIR= md5 | |||
6 | TOP= ../.. | 6 | TOP= ../.. |
7 | CC= cc | 7 | CC= cc |
8 | CPP= $(CC) -E | 8 | CPP= $(CC) -E |
9 | INCLUDES= | 9 | INCLUDES=-I.. -I$(TOP) -I../../include |
10 | CFLAG=-g | 10 | CFLAG=-g |
11 | INSTALL_PREFIX= | 11 | INSTALL_PREFIX= |
12 | OPENSSLDIR= /usr/local/ssl | 12 | OPENSSLDIR= /usr/local/ssl |
@@ -20,6 +20,7 @@ AR= ar r | |||
20 | MD5_ASM_OBJ= | 20 | MD5_ASM_OBJ= |
21 | 21 | ||
22 | CFLAGS= $(INCLUDES) $(CFLAG) | 22 | CFLAGS= $(INCLUDES) $(CFLAG) |
23 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
23 | 24 | ||
24 | GENERAL=Makefile | 25 | GENERAL=Makefile |
25 | TEST=md5test.c | 26 | TEST=md5test.c |