使用未声明的标识符 'sha256'。 TON 客户端

Use of undeclared identifier 'sha256'. TON liteclient

我遵循 TON installation guide 并在最后一步遇到错误:

cmake --build . --target test-lite-client

tests.cpp:37:59: error: use of undeclared identifier 'sha256' auto hash = PSTRING() « format::as_hex_dump<0>(Slice(sha256(result)));

我该如何解决? (openssl gperf zlib1g libssl-dev 安装成功) 我正在使用 Ubuntu 18.04.2 LTS

对我有帮助

sudo apt-get install zlib1g-dev