mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Comment out debugging in order not to include conflicting header
This commit is contained in:
parent
68b9df9263
commit
7e6562374f
@ -31,8 +31,6 @@
|
|||||||
#include <tomcrypt.h>
|
#include <tomcrypt.h>
|
||||||
#include <../common/os/guid.h>
|
#include <../common/os/guid.h>
|
||||||
|
|
||||||
#include "../remote/remot_proto.h"
|
|
||||||
|
|
||||||
using namespace Firebird;
|
using namespace Firebird;
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
@ -143,13 +141,13 @@ public:
|
|||||||
{
|
{
|
||||||
*len = IV_SIZE;
|
*len = IV_SIZE;
|
||||||
|
|
||||||
WIRECRYPT_DEBUG(fprintf(stderr, "getSpecificData %d\n", *len));
|
//WIRECRYPT_DEBUG(fprintf(stderr, "getSpecificData %d\n", *len));
|
||||||
return iv.begin();
|
return iv.begin();
|
||||||
}
|
}
|
||||||
|
|
||||||
void setSpecificData(CheckStatusWrapper* status, const char* type, unsigned len, const unsigned char* data)
|
void setSpecificData(CheckStatusWrapper* status, const char* type, unsigned len, const unsigned char* data)
|
||||||
{
|
{
|
||||||
WIRECRYPT_DEBUG(fprintf(stderr, "setSpecificData %d\n", len));
|
//WIRECRYPT_DEBUG(fprintf(stderr, "setSpecificData %d\n", len));
|
||||||
memcpy(iv.getBuffer(len), data, len);
|
memcpy(iv.getBuffer(len), data, len);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user