8
0
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:
AlexPeshkoff 2018-11-30 16:54:14 +03:00 committed by Alexander Peshkov
parent 1547ed16ca
commit 8a03b6b222
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -9,7 +9,7 @@
#include "tomcrypt.h"
#ifdef LTC_SOBER128
#ifdef LTC_SOBER128_STREAM
int sober128_stream_test(void)
{