updates
[crypto.git] / lib / silccrypt / silccipher.h
index 205adb8340d5f9e2a5c035189ed513f898a5d1c6..3c1d549aca3b2efe1034df22f5b42680b888c8ef 100644 (file)
@@ -74,7 +74,7 @@ typedef struct SilcCipherStruct {
 #define SILC_ALL_CIPHERS ((SilcCipherObject *)1)
 
 /* Static list of ciphers for silc_cipher_register_default(). */
-extern DLLAPI SilcCipherObject silc_default_ciphers[];
+extern DLLAPI const SilcCipherObject silc_default_ciphers[];
 
 /* Default cipher in the SILC protocol */
 #define SILC_DEFAULT_CIPHER "aes-256-cbc"