X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Ftwofish.h;fp=lib%2Fsilccrypt%2Ftwofish.h;h=2e12b33216f9be0429d596aa07d499956cee9e5d;hb=3ed0f4669135b422c1dd094992ec0fe4cb318bca;hp=afdcecd9af008679cdae6ab2c21826e1a69e0754;hpb=92e8953b0ea2f6b320d9939ee895dba25696dcc3;p=silc.git diff --git a/lib/silccrypt/twofish.h b/lib/silccrypt/twofish.h index afdcecd9..2e12b332 100644 --- a/lib/silccrypt/twofish.h +++ b/lib/silccrypt/twofish.h @@ -24,10 +24,10 @@ * SILC Crypto API for Twofish */ -SILC_CIPHER_API_SET_KEY(twofish_cbc); -SILC_CIPHER_API_SET_IV(twofish_cbc); -SILC_CIPHER_API_CONTEXT_LEN(twofish_cbc); -SILC_CIPHER_API_ENCRYPT(twofish_cbc); -SILC_CIPHER_API_DECRYPT(twofish_cbc); +SILC_CIPHER_API_SET_KEY(twofish); +SILC_CIPHER_API_SET_IV(twofish); +SILC_CIPHER_API_CONTEXT_LEN(twofish); +SILC_CIPHER_API_ENCRYPT(twofish); +SILC_CIPHER_API_DECRYPT(twofish); #endif