X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/b9ff3b5f9d0e994b15e827a8004fdf5cefd508fa..6a2654167a4c6ece96c96a6a235d805ca21661da:/symm/salsa20.h diff --git a/symm/salsa20.h b/symm/salsa20.h index 043b22d1..317a34c1 100644 --- a/symm/salsa20.h +++ b/symm/salsa20.h @@ -317,9 +317,9 @@ extern const octet salsa20_keysz[]; #define xsalsa2012_keysz salsa20_keysz #define xsalsa208_keysz salsa20_keysz -const gccipher salsa20, salsa2012, salsa208; -const gccipher salsa20_ietf, salsa2012_ietf, salsa208_ietf; -const gccipher xsalsa20, xsalsa2012, xsalsa208; +extern const gccipher salsa20, salsa2012, salsa208; +extern const gccipher salsa20_ietf, salsa2012_ietf, salsa208_ietf; +extern const gccipher xsalsa20, xsalsa2012, xsalsa208; /*----- Generic random number generator interface -------------------------*/