Fix tests to compile #9

This commit is contained in:
Arun M 2018-04-25 12:06:10 +05:30
parent 32099f6691
commit d60dd2c926
18 changed files with 14 additions and 10 deletions

View file

@ -1,7 +1,7 @@
#include <stdio.h>
#include <openssl/evp.h>
#include <openssl/evp.h>
main(int argc, char *argv[])
int main(int argc, char *argv[])
{
EVP_MD_CTX *mdctx;
const EVP_MD *md;