Import OpenSSL 1.1.0l

This commit is contained in:
Steve Dower
2019-09-16 11:19:00 +01:00
parent 697f7e1f24
commit 42e1dddc24
80 changed files with 1888 additions and 995 deletions

View File

@@ -314,6 +314,15 @@ IF[{- !$disabled{tests} -}]
INCLUDE[shlibloadtest]=../include
ENDIF
IF[{- !$disabled{ec} -}]
PROGRAMS_NO_INST=ec_internal_test
SOURCE[ec_internal_test]=ec_internal_test.c testutil.c
INCLUDE[ec_internal_test]=.. ../include ../crypto/ec ../crypto/include
DEPEND[ec_internal_test]=../libcrypto
ENDIF
SOURCE[errtest]=errtest.c testutil.c
INCLUDE[errtest]=../include
DEPEND[errtest]=../libcrypto