#include <string.h>
#include <stdio.h>
#include "xyssl/sha1.h"
Go to the source code of this file.
Defines | |
#define | _CRT_SECURE_NO_DEPRECATE 1 |
Functions | |
int | sha1_wrapper (char *filename, unsigned char *sum) |
int | sha1_print (char *filename) |
int | sha1_check (char *filename) |
int | main (int argc, char *argv[]) |
int sha1_check | ( | char * | filename | ) |
int sha1_print | ( | char * | filename | ) |
int sha1_wrapper | ( | char * | filename, | |
unsigned char * | sum | |||
) |
Definition at line 30 of file sha1sum.c.
References sha1_file().
Referenced by sha1_check(), and sha1_print().