trust store from mozilla/curl

also fix sm3 Makefile bug
This commit is contained in:
Zhi Guan
2016-06-16 12:44:49 +02:00
parent 2cb43b7f80
commit f881784b73
5 changed files with 3870 additions and 682 deletions

View File

@@ -28,7 +28,7 @@ LIBOBJ=sm3.o sm3_hmac.o
SRC= $(LIBSRC)
EXHEADER= sm3.h
HEADER= byteorder.h $(EXHEADER)
HEADER= $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)