瀏覽代碼

Remove const

This was causing compilation failures with clang, that there were 
duplicate const keywords once the macro was expanded in hash.h
master
Douglas Stebila 5 年之前
父節點
當前提交
33ce5e14ce
共有 12 個檔案被更改,包括 12 行新增12 行删除
  1. +1
    -1
      crypto_sign/sphincs-shake256-128f-robust/clean/primitive.h
  2. +1
    -1
      crypto_sign/sphincs-shake256-128f-simple/clean/primitive.h
  3. +1
    -1
      crypto_sign/sphincs-shake256-128s-robust/clean/primitive.h
  4. +1
    -1
      crypto_sign/sphincs-shake256-128s-simple/clean/primitive.h
  5. +1
    -1
      crypto_sign/sphincs-shake256-192f-robust/clean/primitive.h
  6. +1
    -1
      crypto_sign/sphincs-shake256-192f-simple/clean/primitive.h
  7. +1
    -1
      crypto_sign/sphincs-shake256-192s-robust/clean/primitive.h
  8. +1
    -1
      crypto_sign/sphincs-shake256-192s-simple/clean/primitive.h
  9. +1
    -1
      crypto_sign/sphincs-shake256-256f-robust/clean/primitive.h
  10. +1
    -1
      crypto_sign/sphincs-shake256-256f-simple/clean/primitive.h
  11. +1
    -1
      crypto_sign/sphincs-shake256-256s-robust/clean/primitive.h
  12. +1
    -1
      crypto_sign/sphincs-shake256-256s-simple/clean/primitive.h

+ 1
- 1
crypto_sign/sphincs-shake256-128f-robust/clean/primitive.h 查看文件

@@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H


#define hash_state const int
#define hash_state int

#endif

+ 1
- 1
crypto_sign/sphincs-shake256-128f-simple/clean/primitive.h 查看文件

@@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H


#define hash_state const int
#define hash_state int

#endif

+ 1
- 1
crypto_sign/sphincs-shake256-128s-robust/clean/primitive.h 查看文件

@@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H


#define hash_state const int
#define hash_state int

#endif

+ 1
- 1
crypto_sign/sphincs-shake256-128s-simple/clean/primitive.h 查看文件

@@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H


#define hash_state const int
#define hash_state int

#endif

+ 1
- 1
crypto_sign/sphincs-shake256-192f-robust/clean/primitive.h 查看文件

@@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H


#define hash_state const int
#define hash_state int

#endif

+ 1
- 1
crypto_sign/sphincs-shake256-192f-simple/clean/primitive.h 查看文件

@@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H


#define hash_state const int
#define hash_state int

#endif

+ 1
- 1
crypto_sign/sphincs-shake256-192s-robust/clean/primitive.h 查看文件

@@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H


#define hash_state const int
#define hash_state int

#endif

+ 1
- 1
crypto_sign/sphincs-shake256-192s-simple/clean/primitive.h 查看文件

@@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H


#define hash_state const int
#define hash_state int

#endif

+ 1
- 1
crypto_sign/sphincs-shake256-256f-robust/clean/primitive.h 查看文件

@@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H


#define hash_state const int
#define hash_state int

#endif

+ 1
- 1
crypto_sign/sphincs-shake256-256f-simple/clean/primitive.h 查看文件

@@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H


#define hash_state const int
#define hash_state int

#endif

+ 1
- 1
crypto_sign/sphincs-shake256-256s-robust/clean/primitive.h 查看文件

@@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H


#define hash_state const int
#define hash_state int

#endif

+ 1
- 1
crypto_sign/sphincs-shake256-256s-simple/clean/primitive.h 查看文件

@@ -2,6 +2,6 @@
#define SPX_PRIMITIVE_H


#define hash_state const int
#define hash_state int

#endif

Loading…
取消
儲存