Merge pull request #1637
6b14576
Fix clang build failure, caused by mixing C and C++ (tdprime)
This commit is contained in:
commit
1cb5905e71
|
@ -40,11 +40,11 @@
|
|||
#include <cinttypes>
|
||||
|
||||
extern "C" {
|
||||
#include "crypto/generic-ops.h"
|
||||
#include "crypto/crypto-ops.h"
|
||||
#include "crypto/random.h"
|
||||
#include "crypto/keccak.h"
|
||||
}
|
||||
#include "crypto/generic-ops.h"
|
||||
#include "crypto/crypto.h"
|
||||
|
||||
#include "serialization/serialization.h"
|
||||
|
|
Loading…
Reference in New Issue