summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-01-21 23:02:17 +0000
committerBen Laurie <ben@links.org>2013-01-21 23:02:17 +0000
commit5bdf1f1a896df753604a2af212c67cbd1272a8bf (patch)
tree0483bff355789b9d7d504cb01b29b987cd08ef78 /engines
parentf20c673d0d3b46e57895ac7c5ade2c0f10118953 (diff)
Fix warnings.
Diffstat (limited to 'engines')
-rw-r--r--engines/ccgost/gost2814789t.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/ccgost/gost2814789t.c b/engines/ccgost/gost2814789t.c
index 688a3edc96..e4347ccbd9 100644
--- a/engines/ccgost/gost2814789t.c
+++ b/engines/ccgost/gost2814789t.c
@@ -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;