Commit 5ddd1f4c authored by ASN.1 Documenter's avatar ASN.1 Documenter
Browse files

add certidx tool

parent f7028d32
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10,10 +10,11 @@ PROJECTROOT = ..
CSHAREDDIR       = $(PROJECTROOT)/cshared
PROJECT          = certgen
DEBUG            = yes
bins             = certgen keygen
bins             = certgen keygen certidx
sources         := ecc_openssl.c mkgmtime.c
sources-certgen := certgen.c
sources-keygen  := keygen.c
sources-certidx := certidx.c cert_utils.c
cflags          += -Wno-pointer-sign -Wno-enum-compare
sources-WIN32   := applink.c
#sources-CYGWIN := applink.c
Loading