提交 49e747e6 编写于 作者: U Ulf Möller

Generate obj_dat.h in "make update".

上级 39b30b6a
......@@ -728,8 +728,6 @@ if($IsWindows) {
#endif
EOF
close(OUT);
system "perl crypto/objects/obj_dat.pl crypto/objects/objects.h crypto/objects/obj_dat.h";
} else {
(system "make -f Makefile.ssl PERL=\'$perl\' links") == 0 or exit $?;
### (system 'make depend') == 0 or exit $? if $depflags ne "";
......
......@@ -299,11 +299,14 @@ util/libeay.num::
util/ssleay.num::
perl util/mkdef.pl ssl update
crypto/objects/obj_dat.h::
perl crypto/objects/obj_dat.pl crypto/objects/objects.h crypto/objects/obj_dat.h
TABLE: Configure
(echo 'Output of `Configure TABLE'"':"; \
perl Configure TABLE) > TABLE
update: depend errors util/libeay.num util/ssleay.num TABLE
update: depend errors util/libeay.num util/ssleay.num crypto/objects/obj_dat.h TABLE
tar:
@tar --norecurse -cvf - \
......
......@@ -37,9 +37,6 @@ top:
all: obj_dat.h lib
obj_dat.h: objects.h obj_dat.pl
$(PERL) ./obj_dat.pl objects.h obj_dat.h
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB)
......
此差异已折叠。
......@@ -661,12 +661,12 @@ extern "C" {
#define SN_rle_compression "RLE"
#define LN_rle_compression "run length compression"
#define NID_rle_compression 124
#define OBJ_rle_compression 1L,1L,1L,1L,666L.1L
#define OBJ_rle_compression 1L,1L,1L,1L,666L,1L
#define SN_zlib_compression "ZLIB"
#define LN_zlib_compression "zlib compression"
#define NID_zlib_compression 125
#define OBJ_zlib_compression 1L,1L,1L,1L,666L.2L
#define OBJ_zlib_compression 1L,1L,1L,1L,666L,2L
#define SN_ext_key_usage "extendedKeyUsage"
#define LN_ext_key_usage "X509v3 Extended Key Usage"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册