X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/9c1437f372e62f0b3b3a7162aabee73bdc96ce4b..3f078a9c1d674e911f8c4169930359d603ccd5fb:/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 -------------------------*/