Преглед на файлове

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

Зареждане…
Отказ
Запис