Fix gcc compiling failure

Close #13793
This commit is contained in:
Don HO 2023-06-17 18:29:10 +02:00 committed by Don Ho
parent b883759c83
commit 19c6895f83
1 changed files with 1 additions and 1 deletions

View File

@ -14,8 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "calc_sha1.h"
#include "sha1.h"
#include "calc_sha1.h"
void calc_sha1(unsigned char hash[20], const void *input, size_t len)
{