X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/609affae0305784d87f2357488fba35699a04098..6a024d24d97cb5d42c0091571735475b849f59f4:/symm/chacha.h diff --git a/symm/chacha.h b/symm/chacha.h index 4e5a765a..994cfa2b 100644 --- a/symm/chacha.h +++ b/symm/chacha.h @@ -319,9 +319,9 @@ extern const octet chacha_keysz[]; #define xchacha12_keysz chacha_keysz #define xchacha8_keysz chacha_keysz -const gccipher chacha20, chacha12, chacha8; -const gccipher chacha20_ietf, chacha12_ietf, chacha8_ietf; -const gccipher xchacha20, xchacha12, xchacha8; +extern const gccipher chacha20, chacha12, chacha8; +extern const gccipher chacha20_ietf, chacha12_ietf, chacha8_ietf; +extern const gccipher xchacha20, xchacha12, xchacha8; /*----- Generic random number generator interface -------------------------*/