mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 19:23:02 +01:00
Fixed wrong #ifdef in tomcrypt
This commit is contained in:
parent
1547ed16ca
commit
8a03b6b222
@ -14,7 +14,7 @@
|
||||
Based on s128fast.c reference code supplied by Greg Rose of QUALCOMM.
|
||||
*/
|
||||
|
||||
#ifdef LTC_SOBER128
|
||||
#ifdef LTC_SOBER128_STREAM
|
||||
|
||||
#define __LTC_SOBER128TAB_C__
|
||||
#include "sober128tab.c"
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#include "tomcrypt.h"
|
||||
|
||||
#ifdef LTC_SOBER128
|
||||
#ifdef LTC_SOBER128_STREAM
|
||||
|
||||
int sober128_stream_test(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user