X-Git-Url: http://git.silc.fi/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Fcast5.h;h=5e403ad737ed26c3ddd0e40ce973a7531b754bd3;hp=2860ab16531c510e88298a4190e27d013bf46e03;hb=9f20f0382b6229eca740925a73f96294f6dcedc6;hpb=1b4e874f9401653b659a6adec2d2f046f9331586 diff --git a/lib/silccrypt/cast5.h b/lib/silccrypt/cast5.h index 2860ab16..5e403ad7 100644 --- a/lib/silccrypt/cast5.h +++ b/lib/silccrypt/cast5.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2007 Pekka Riikonen + Copyright (C) 2007 - 2008 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,7 +26,8 @@ SILC_CIPHER_API_SET_KEY(cast5); SILC_CIPHER_API_SET_IV(cast5); -SILC_CIPHER_API_CONTEXT_LEN(cast5); +SILC_CIPHER_API_INIT(cast5); +SILC_CIPHER_API_UNINIT(cast5); SILC_CIPHER_API_ENCRYPT(cast5); SILC_CIPHER_API_DECRYPT(cast5);