X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/9c1437f372e62f0b3b3a7162aabee73bdc96ce4b..4fc776350ea8757539f65a3a56f7da3d9869ede7:/symm/salsa20.h?ds=inline 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 -------------------------*/