add gmapi

This commit is contained in:
Zhi Guan
2017-02-15 15:53:30 +08:00
parent 065259f710
commit c04b2060af
18 changed files with 2919 additions and 3 deletions

View File

@@ -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