Loading crypto/asn1/asn1_gen.c +2 −2 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf) unsigned char *cpy_start, *p; int cpy_len; long hdr_len; int hdr_constructed, hdr_tag, hdr_class; int hdr_constructed = 0, hdr_tag, hdr_class; int r; asn1_tags.imp_tag = -1; Loading Loading @@ -268,7 +268,7 @@ static int asn1_cb(const char *elem, int len, void *bitstr) tag_exp_arg *arg = bitstr; int i; int utype; int vlen; int vlen = 0; const char *p, *vstart = NULL; int tmp_tag, tmp_class; Loading test/Makefile.ssl +2 −2 Original line number Diff line number Diff line Loading @@ -499,7 +499,7 @@ $(ECDHTEST): $(ECDHTEST).o $(DLIBCRYPTO) # $(CC) -o $(RDTEST) $(CFLAGS) $(RDTEST).o $(PEX_LIBS) $(DLIBCRYPTO) $(EX_LIBS) ; \ # else \ # $(CC) -o $(RDTEST) $(CFLAGS) $(RDTEST).o $(PEX_LIBS) $(LIBCRYPTO) $(EX_LIBS) ; \ fi # fi dummytest: dummytest.o $(DLIBCRYPTO) if [ "$(SHLIB_TARGET)" = "hpux-shared" -o "$(SHLIB_TARGET)" = "darwin-shared" ] ; then \ Loading Loading
crypto/asn1/asn1_gen.c +2 −2 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf) unsigned char *cpy_start, *p; int cpy_len; long hdr_len; int hdr_constructed, hdr_tag, hdr_class; int hdr_constructed = 0, hdr_tag, hdr_class; int r; asn1_tags.imp_tag = -1; Loading Loading @@ -268,7 +268,7 @@ static int asn1_cb(const char *elem, int len, void *bitstr) tag_exp_arg *arg = bitstr; int i; int utype; int vlen; int vlen = 0; const char *p, *vstart = NULL; int tmp_tag, tmp_class; Loading
test/Makefile.ssl +2 −2 Original line number Diff line number Diff line Loading @@ -499,7 +499,7 @@ $(ECDHTEST): $(ECDHTEST).o $(DLIBCRYPTO) # $(CC) -o $(RDTEST) $(CFLAGS) $(RDTEST).o $(PEX_LIBS) $(DLIBCRYPTO) $(EX_LIBS) ; \ # else \ # $(CC) -o $(RDTEST) $(CFLAGS) $(RDTEST).o $(PEX_LIBS) $(LIBCRYPTO) $(EX_LIBS) ; \ fi # fi dummytest: dummytest.o $(DLIBCRYPTO) if [ "$(SHLIB_TARGET)" = "hpux-shared" -o "$(SHLIB_TARGET)" = "darwin-shared" ] ; then \ Loading