mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-09 15:33:58 +08:00
add CBC-MAC and GM OTP, not tested
This commit is contained in:
@@ -17,8 +17,8 @@ TEST=
|
||||
APPS=
|
||||
|
||||
LIB=$(TOP)/libcrypto.a
|
||||
LIBSRC=cbcmac.c cbcmac_ameth.c cbcmac_pmeth.c
|
||||
LIBOBJ=cbcmac.o cbcmac_ameth.o cbcmac_pmeth.o
|
||||
LIBSRC=cbcmac.c cbcm_ameth.c cbcm_pmeth.c
|
||||
LIBOBJ=cbcmac.o cbcm_ameth.o cbcm_pmeth.o
|
||||
|
||||
SRC= $(LIBSRC)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user