mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-15 09:18:33 +00:00
Fix tests to compile #9
This commit is contained in:
parent
32099f6691
commit
d60dd2c926
18 changed files with 14 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue