pqc/crypto_sign/sphincs-shake256-192f-simple/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