提交 5bdf1f1a 编写于 作者: B Ben Laurie

Fix warnings.

上级 f20c673d
......@@ -22,6 +22,7 @@ int main(int argc, char *argv[])
#include <openssl/conf.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/hmac.h>
#include <openssl/obj_mac.h>
......@@ -1237,7 +1238,7 @@ const g89_tc tcs[] = {
int main(int argc, char *argv[])
{
int t;
unsigned t;
unsigned long long ullMaxLen = 6*1000*1000;
int ignore = 0;
ENGINE *impl = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册