diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-02-05 16:48:09 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-02-05 16:48:09 +0100 |
commit | 0e4ee7b1718d23c3ebc4e2dd35af2f0d4b2d05ca (patch) | |
tree | 7b8ffdda4be4f9dd429f91f7ec5774a23fa37cf4 /c/sha3.c | |
parent | update status (diff) | |
download | sha3sum-0e4ee7b1718d23c3ebc4e2dd35af2f0d4b2d05ca.tar.gz sha3sum-0e4ee7b1718d23c3ebc4e2dd35af2f0d4b2d05ca.tar.bz2 sha3sum-0e4ee7b1718d23c3ebc4e2dd35af2f0d4b2d05ca.tar.xz |
beginning of porting the command to c
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | c/sha3.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <stdlib.h> +#include "sha3.h" #if __x86_64__ || __ppc64__ |