mirror of
https://github.com/openssl/openssl.git
synced 2024-11-24 18:43:34 +08:00
"make update" (added to top Makefile, and applied).
This commit is contained in:
parent
c77f47abfa
commit
7740a1c6ef
16
Makefile.org
16
Makefile.org
@ -271,7 +271,7 @@ tests: rehash
|
||||
depend:
|
||||
@for i in $(DIRS) ;\
|
||||
do \
|
||||
(cd $$i && echo "making dependancies $$i..." && \
|
||||
(cd $$i && echo "making dependencies $$i..." && \
|
||||
$(MAKE) SDIRS='${SDIRS}' DEPFLAG='${DEPFLAG}' depend ) || exit 1; \
|
||||
done;
|
||||
|
||||
@ -292,9 +292,21 @@ tags:
|
||||
errors:
|
||||
perl util/mkerr.pl -recurse -write
|
||||
|
||||
util/libeay.num::
|
||||
perl util/mkdef.pl crypto update
|
||||
|
||||
util/ssleay.num::
|
||||
perl util/mkdef.pl ssl update
|
||||
|
||||
TABLE:
|
||||
(echo 'Output of `Configure TABLE:'"'"; \
|
||||
perl Configure TABLE) > TABLE
|
||||
|
||||
update: depend errors util/libeay.num util/ssleay.num TABLE
|
||||
|
||||
tar:
|
||||
@tar --norecurse -cvf - \
|
||||
`find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS | sort` |\
|
||||
`find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | sort` |\
|
||||
tardy --user_number=0 --user_name=openssl \
|
||||
--group_number=0 --group_name=openssl \
|
||||
--prefix=openssl-$(VERSION) - |\
|
||||
|
@ -146,8 +146,8 @@ progs.h:
|
||||
|
||||
apps.o: ../include/openssl/bio.h ../include/openssl/buffer.h
|
||||
apps.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
|
||||
apps.o: ../include/openssl/e_os2.h ../include/openssl/opensslv.h
|
||||
apps.o: ../include/openssl/stack.h apps.h progs.h
|
||||
apps.o: ../include/openssl/e_os2.h ../include/openssl/opensslconf.h
|
||||
apps.o: ../include/openssl/opensslv.h ../include/openssl/stack.h apps.h progs.h
|
||||
asn1pars.o: ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
asn1pars.o: ../include/openssl/blowfish.h ../include/openssl/bn.h
|
||||
asn1pars.o: ../include/openssl/buffer.h ../include/openssl/cast.h
|
||||
|
@ -167,7 +167,8 @@ bss_acpt.o: ../../include/openssl/opensslconf.h
|
||||
bss_acpt.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||
bss_acpt.o: ../cryptlib.h
|
||||
bss_bio.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
|
||||
bss_bio.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||
bss_bio.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
||||
bss_bio.o: ../../include/openssl/stack.h
|
||||
bss_conn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||
bss_conn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||
bss_conn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||
|
@ -108,13 +108,17 @@ clean:
|
||||
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
||||
|
||||
c_cfb64.o: ../../include/openssl/cast.h ../../include/openssl/e_os.h
|
||||
c_cfb64.o: ../../include/openssl/e_os2.h cast_lcl.h
|
||||
c_cfb64.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
c_cfb64.o: cast_lcl.h
|
||||
c_ecb.o: ../../include/openssl/cast.h ../../include/openssl/e_os.h
|
||||
c_ecb.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslv.h
|
||||
c_ecb.o: cast_lcl.h
|
||||
c_ecb.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
c_ecb.o: ../../include/openssl/opensslv.h cast_lcl.h
|
||||
c_enc.o: ../../include/openssl/cast.h ../../include/openssl/e_os.h
|
||||
c_enc.o: ../../include/openssl/e_os2.h cast_lcl.h
|
||||
c_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
c_enc.o: cast_lcl.h
|
||||
c_ofb64.o: ../../include/openssl/cast.h ../../include/openssl/e_os.h
|
||||
c_ofb64.o: ../../include/openssl/e_os2.h cast_lcl.h
|
||||
c_ofb64.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
c_ofb64.o: cast_lcl.h
|
||||
c_skey.o: ../../include/openssl/cast.h ../../include/openssl/e_os.h
|
||||
c_skey.o: ../../include/openssl/e_os2.h cast_lcl.h cast_s.h
|
||||
c_skey.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
c_skey.o: cast_lcl.h cast_s.h
|
||||
|
@ -960,6 +960,24 @@ p5_crpt.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||
p5_crpt.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||
p5_crpt.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
||||
p5_crpt.o: ../cryptlib.h
|
||||
p5_crpt2.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||
p5_crpt2.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||
p5_crpt2.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||
p5_crpt2.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
p5_crpt2.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
|
||||
p5_crpt2.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
||||
p5_crpt2.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
||||
p5_crpt2.o: ../../include/openssl/hmac.h ../../include/openssl/idea.h
|
||||
p5_crpt2.o: ../../include/openssl/md2.h ../../include/openssl/md5.h
|
||||
p5_crpt2.o: ../../include/openssl/mdc2.h ../../include/openssl/objects.h
|
||||
p5_crpt2.o: ../../include/openssl/opensslconf.h
|
||||
p5_crpt2.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
|
||||
p5_crpt2.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
|
||||
p5_crpt2.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
|
||||
p5_crpt2.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||
p5_crpt2.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||
p5_crpt2.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
||||
p5_crpt2.o: ../cryptlib.h
|
||||
p_dec.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||
p_dec.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||
p_dec.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||
|
@ -79,9 +79,9 @@ clean:
|
||||
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
||||
|
||||
md_rand.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||
md_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslv.h
|
||||
md_rand.o: ../../include/openssl/rand.h ../../include/openssl/sha.h
|
||||
md_rand.o: ../../include/openssl/stack.h
|
||||
md_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
md_rand.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h
|
||||
md_rand.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||
rand_lib.o: ../../include/openssl/rand.h
|
||||
randfile.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
|
||||
randfile.o: ../../include/openssl/rand.h
|
||||
randfile.o: ../../include/openssl/opensslconf.h ../../include/openssl/rand.h
|
||||
|
@ -1767,3 +1767,5 @@ i2d_PKCS8_PRIV_KEY_INFO_fp 1791
|
||||
i2d_PKCS8_PRIV_KEY_INFO_bio 1792
|
||||
BIO_s_bio 1793
|
||||
PKCS5_pbe2_set 1794
|
||||
PKCS5_PBKDF2_HMAC_SHA1 1795
|
||||
PKCS5_v2_PBE_keyivgen 1796
|
||||
|
Loading…
Reference in New Issue
Block a user