X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fsilccipher.h;h=f33ef64f3f24cc9dad60bf391cdeb453dd1c428a;hb=9734af565c9da0fdf77fd93283d7adcd8eb34b80;hp=3c1d549aca3b2efe1034df22f5b42680b888c8ef;hpb=6f6c6b1f52138ed5138c530614b24a503e542024;p=silc.git diff --git a/lib/silccrypt/silccipher.h b/lib/silccrypt/silccipher.h index 3c1d549a..f33ef64f 100644 --- a/lib/silccrypt/silccipher.h +++ b/lib/silccrypt/silccipher.h @@ -117,7 +117,7 @@ bool silc_##cipher##_decrypt_cbc(void *context, \ SilcUInt32 silc_##cipher##_context_len() /* Prototypes */ -bool silc_cipher_register(SilcCipherObject *cipher); +bool silc_cipher_register(const SilcCipherObject *cipher); bool silc_cipher_unregister(SilcCipherObject *cipher); bool silc_cipher_register_default(void); bool silc_cipher_alloc(const unsigned char *name, SilcCipher *new_cipher);