changeset 121 | fef2ccfa7b12 |
parent 77 | 49e0babccb23 |
child 136 | d82f65e902d0 |
120:430dbec0c228 | 121:fef2ccfa7b12 |
---|---|
5 |
5 |
6 #include <stdio.h> |
6 #include <stdio.h> |
7 #include <string.h> |
7 #include <string.h> |
8 #include <openssl/evp.h> |
8 #include <openssl/evp.h> |
9 |
9 |
10 #include <lsf.h> |
10 #include <lsf/lsf.h> |
11 |
11 |
12 unsigned char *md5sum (char *fname) |
12 unsigned char *md5sum (char *fname) |
13 { |
13 { |
14 EVP_MD_CTX mdctx; |
14 EVP_MD_CTX mdctx; |
15 const EVP_MD *md; |
15 const EVP_MD *md; |