mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 16:08:59 +00:00
33ce5e14ce
This was causing compilation failures with clang, that there were duplicate const keywords once the macro was expanded in hash.h
8 lines
81 B
C
8 lines
81 B
C
#ifndef SPX_PRIMITIVE_H
|
|
#define SPX_PRIMITIVE_H
|
|
|
|
|
|
#define hash_state int
|
|
|
|
#endif
|