diff options
author | Rich Salz <rsalz@akamai.com> | 2016-01-12 22:25:30 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-12 22:26:56 +0100 |
commit | d10dac1187fbb12fdb44a0386f1619b79b40d264 (patch) | |
tree | 7ae2439718877f3c117bc9ea655b2822e5c54b92 /crypto/bf | |
parent | STACK_OF(SSL_COMP) is a public type (diff) | |
download | openssl-d10dac1187fbb12fdb44a0386f1619b79b40d264.tar.xz openssl-d10dac1187fbb12fdb44a0386f1619b79b40d264.zip |
Move Makefiles to Makefile.in
Create Makefile's from Makefile.in
Rename Makefile.org to Makefile.in
Rename Makefiles to Makefile.in
Address review feedback from Viktor and Richard
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/bf')
-rw-r--r-- | crypto/bf/Makefile.in (renamed from crypto/bf/Makefile) | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/crypto/bf/Makefile b/crypto/bf/Makefile.in index dbf5a6435a..c59ab6a75b 100644 --- a/crypto/bf/Makefile +++ b/crypto/bf/Makefile.in @@ -67,15 +67,3 @@ clean: rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff # DO NOT DELETE THIS LINE -- make depend depends on it. - -bf_cfb64.o: ../../include/openssl/blowfish.h ../../include/openssl/e_os2.h -bf_cfb64.o: ../../include/openssl/opensslconf.h bf_cfb64.c bf_locl.h -bf_ecb.o: ../../include/openssl/blowfish.h ../../include/openssl/e_os2.h -bf_ecb.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h -bf_ecb.o: bf_ecb.c bf_locl.h -bf_enc.o: ../../include/openssl/blowfish.h ../../include/openssl/e_os2.h -bf_enc.o: ../../include/openssl/opensslconf.h bf_enc.c bf_locl.h -bf_ofb64.o: ../../include/openssl/blowfish.h ../../include/openssl/e_os2.h -bf_ofb64.o: ../../include/openssl/opensslconf.h bf_locl.h bf_ofb64.c -bf_skey.o: ../../include/openssl/blowfish.h ../../include/openssl/e_os2.h -bf_skey.o: ../../include/openssl/opensslconf.h bf_locl.h bf_pi.h bf_skey.c |