mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-22 21:23:56 +08:00
add gmapi
This commit is contained in:
@@ -18,7 +18,7 @@ IF[{- !$disabled{tests} -}]
|
||||
ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
|
||||
bioprinttest sslapitest dtlstest sslcorrupttest bio_enc_test \
|
||||
sm3test sms4test kdf2test eciestest ffxtest sm2test \
|
||||
pailliertest cpktest otptest
|
||||
pailliertest cpktest otptest gmapitest
|
||||
|
||||
SOURCE[aborttest]=aborttest.c
|
||||
INCLUDE[aborttest]=../include
|
||||
@@ -321,6 +321,10 @@ IF[{- !$disabled{tests} -}]
|
||||
INCLUDE[otptest]=../include
|
||||
DEPEND[otptest]=../libcrypto
|
||||
|
||||
SOURCE[gmapitest]=gmapitest.c
|
||||
INCLUDE[gmapitest]=../include
|
||||
DEPEND[gmapitest]=../libcrypto
|
||||
|
||||
IF[{- !$disabled{shared} -}]
|
||||
PROGRAMS_NO_INST=shlibloadtest
|
||||
SOURCE[shlibloadtest]=shlibloadtest.c
|
||||
|
||||
Reference in New Issue
Block a user