Remove unused parameter 't'
This commit is contained in:
parent
279da69658
commit
3bab60e89c
@ -253,7 +253,7 @@
|
|||||||
#else
|
#else
|
||||||
/* this is to make porting into LibTomCrypt easier :-) */
|
/* this is to make porting into LibTomCrypt easier :-) */
|
||||||
#ifndef CRYPT
|
#ifndef CRYPT
|
||||||
#if defined(_MSC_VER) || defined(__BORLANDC__)
|
#if defined(_MSC_VER) || defined(__BORLANDC__)
|
||||||
typedef unsigned __int64 ulong64;
|
typedef unsigned __int64 ulong64;
|
||||||
typedef signed __int64 long64;
|
typedef signed __int64 long64;
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user