Sfoglia il codice sorgente

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 anni fa
parent
commit
33ce5e14ce
12 ha cambiato i file con 12 aggiunte e 12 eliminazioni
  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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

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


#define hash_state const int
#define hash_state int

#endif

Caricamento…
Annulla
Salva