X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Fsilccipher.c;h=40b4bf2f0c89789c010843763e462f60e0eaa7e8;hp=378bd73cc1d93d677dd0ec4e737c00903ff4d685;hb=d1e71f42379e8b5cd0748a7aeae8561b02cfe53d;hpb=34bb35a2496ec0402bb4d6c2546147cd37b27007 diff --git a/lib/silccrypt/silccipher.c b/lib/silccrypt/silccipher.c index 378bd73c..40b4bf2f 100644 --- a/lib/silccrypt/silccipher.c +++ b/lib/silccrypt/silccipher.c @@ -66,9 +66,11 @@ const SilcCipherObject silc_default_ciphers[] = { "cast-128-cbc", 16, 128, silc_cast_set_key, silc_cast_set_key_with_string, silc_cast_encrypt_cbc, silc_cast_decrypt_cbc, silc_cast_context_len }, +#ifdef SILC_DEBUG { "none", 0, 0, silc_none_set_key, silc_none_set_key_with_string, silc_none_encrypt_cbc, silc_none_decrypt_cbc, silc_none_context_len }, +#endif /* SILC_DEBUG */ { NULL, 0, 0, NULL, NULL, NULL, NULL, NULL } };