mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-31 23:14:15 +08:00
Bug fix
Thanks to github.com/Jkinglyf
This commit is contained in:
@@ -13,12 +13,12 @@ AR= ar r
|
||||
CFLAGS= $(INCLUDES) $(CFLAG)
|
||||
|
||||
GENERAL=Makefile
|
||||
TEST=
|
||||
TEST=ffxtest.c
|
||||
APPS=
|
||||
|
||||
LIB=$(TOP)/libcrypto.a
|
||||
LIBSRC=ffx.c
|
||||
LIBOBJ=ffx.o
|
||||
LIBSRC=ffx.c ffx_err.c
|
||||
LIBOBJ=ffx.o ffx_err.o
|
||||
|
||||
SRC= $(LIBSRC)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user