(lib/hx509) Add missing header files and update exports
This commit is contained in:
@@ -191,7 +191,10 @@ INCFILES= \
|
|||||||
$(INCDIR)\hx509_err.h \
|
$(INCDIR)\hx509_err.h \
|
||||||
$(INCDIR)\ocsp_asn1.h \
|
$(INCDIR)\ocsp_asn1.h \
|
||||||
$(INCDIR)\pkcs10_asn1.h \
|
$(INCDIR)\pkcs10_asn1.h \
|
||||||
$(INCDIR)\crmf_asn1.h
|
$(INCDIR)\crmf_asn1.h \
|
||||||
|
$(OBJ)\ocsp_asn1-priv.h \
|
||||||
|
$(OBJ)\pkcs10_asn1-priv.h \
|
||||||
|
$(OBJ)\crmf_asn1-priv.h
|
||||||
|
|
||||||
hxtool.c: $(OBJ)\hxtool-commands.h
|
hxtool.c: $(OBJ)\hxtool-commands.h
|
||||||
|
|
||||||
@@ -203,7 +206,7 @@ $(OBJ)\hxtool-commands.c $(OBJ)\hxtool-commands.h: hxtool-commands.in $(SLC)
|
|||||||
$(SLC) hxtool-commands.in
|
$(SLC) hxtool-commands.in
|
||||||
cd $(SRCDIR)
|
cd $(SRCDIR)
|
||||||
|
|
||||||
$(BINDIR)\hxtool.exe: $(OBJ)\hxtool.obj $(OBJ)\hxtool-commands.obj $(LIBHX509)
|
$(BINDIR)\hxtool.exe: $(OBJ)\hxtool.obj $(OBJ)\hxtool-commands.obj $(LIBHX509)
|
||||||
$(EXECONLINK) $(LIBASN1) $(LIBHCRYPTO) $(LIBROKEN) $(LIBSL) $(LIBVERS) $(LIBWIND) $(LIBCOMERR)
|
$(EXECONLINK) $(LIBASN1) $(LIBHCRYPTO) $(LIBROKEN) $(LIBSL) $(LIBVERS) $(LIBWIND) $(LIBCOMERR)
|
||||||
$(_VC_MANIFEST_EMBED_EXE)
|
$(_VC_MANIFEST_EMBED_EXE)
|
||||||
$(_VC_MANIFEST_CLEAN)
|
$(_VC_MANIFEST_CLEAN)
|
||||||
@@ -240,4 +243,3 @@ all:: $(INCFILES) $(LIBHX509) $(BINDIR)\hxtool.exe
|
|||||||
|
|
||||||
clean::
|
clean::
|
||||||
-$(RM) $(BINDIR)\hxtool.exe
|
-$(RM) $(BINDIR)\hxtool.exe
|
||||||
|
|
||||||
|
@@ -81,12 +81,14 @@ EXPORTS
|
|||||||
hx509_certs_add
|
hx509_certs_add
|
||||||
hx509_certs_append
|
hx509_certs_append
|
||||||
hx509_certs_end_seq
|
hx509_certs_end_seq
|
||||||
|
hx509_certs_ref
|
||||||
hx509_certs_filter
|
hx509_certs_filter
|
||||||
hx509_certs_find
|
hx509_certs_find
|
||||||
hx509_certs_free
|
hx509_certs_free
|
||||||
hx509_certs_info
|
hx509_certs_info
|
||||||
hx509_certs_init
|
hx509_certs_init
|
||||||
hx509_certs_iter
|
; hx509_certs_iter
|
||||||
|
hx509_certs_iter_f
|
||||||
hx509_certs_merge
|
hx509_certs_merge
|
||||||
hx509_certs_next_cert
|
hx509_certs_next_cert
|
||||||
hx509_certs_start_seq
|
hx509_certs_start_seq
|
||||||
@@ -176,6 +178,7 @@ EXPORTS
|
|||||||
hx509_pem_read
|
hx509_pem_read
|
||||||
hx509_pem_write
|
hx509_pem_write
|
||||||
hx509_print_stdout
|
hx509_print_stdout
|
||||||
|
hx509_print_cert
|
||||||
hx509_prompt_hidden
|
hx509_prompt_hidden
|
||||||
hx509_query_alloc
|
hx509_query_alloc
|
||||||
hx509_query_free
|
hx509_query_free
|
||||||
|
Reference in New Issue
Block a user