You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test_Mock is working fine when used with USE_LIBCMP like USE_LIBCMP=1 make -f Makefile_v1 test_Mock.
But is not working like make -f Makefile_v1 test_Mock with same version of OpenSSL mock server.
It may be due to incomplete version check in test script.
The text was updated successfully, but these errors were encountered:
The
test_Mock
is working fine when used with USE_LIBCMP likeUSE_LIBCMP=1 make -f Makefile_v1 test_Mock
.But is not working like
make -f Makefile_v1 test_Mock
with same version of OpenSSL mock server.It may be due to incomplete version check in test script.
The text was updated successfully, but these errors were encountered: