1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 16:08:59 +00:00
pqcrypto/crypto_sign/sphincs-shake256-128f-robust/clean/primitive.h
Douglas Stebila 33ce5e14ce Remove const
This was causing compilation failures with clang, that there were 
duplicate const keywords once the macro was expanded in hash.h
2019-07-16 20:22:45 -04:00

8 lines
81 B
C

#ifndef SPX_PRIMITIVE_H
#define SPX_PRIMITIVE_H
#define hash_state int
#endif