added missing function imports

This commit is contained in:
Dylan K. Taylor
2019-12-09 20:13:02 +00:00
parent 50a4c42f3f
commit f00c69c513
4 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,7 @@ use function openssl_verify;
use function ord;
use function str_split;
use function strlen;
use function strtr;
use function time;
use function wordwrap;
use const OPENSSL_ALGO_SHA384;