Fix non-use of stdlib.h.

This commit is contained in:
NIIBE Yutaka
2017-10-03 13:27:12 +09:00
parent 6f1fbdd82d
commit 7c5eb7efd2
2 changed files with 0 additions and 2 deletions

View File

@@ -47,7 +47,6 @@
#include <string.h>
#include <stdint.h>
#include <stdlib.h>
#include "sha256.h"
#define SHA256_MASK (SHA256_BLOCK_SIZE - 1)

View File

@@ -32,7 +32,6 @@
#include <string.h>
#include <stdint.h>
#include <stdlib.h>
#include "sha512.h"
#define SHA512_MASK (SHA512_BLOCK_SIZE - 1)