X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fsilccipher.h;h=7f951ee8dcc1cccdf732d4d8c2c6fb6092ed468a;hb=c826b9841053da3f00e2c531b25bb22aa49255d5;hp=fb3ec2576a391437cb92b6860b5f1190957dbdc3;hpb=c0d9618972274f56277acab0c124cd30c52d2953;p=silc.git diff --git a/lib/silccrypt/silccipher.h b/lib/silccrypt/silccipher.h index fb3ec257..7f951ee8 100644 --- a/lib/silccrypt/silccipher.h +++ b/lib/silccrypt/silccipher.h @@ -63,11 +63,6 @@ typedef struct SilcCipherStruct { SilcCipherObject *cipher; void *context; unsigned char iv[SILC_CIPHER_MAX_IV_SIZE]; - - /* XXX Backwards support for 0.5.x - XXX Remove in 0.7.x */ - bool back; - void (*set_iv)(struct SilcCipherStruct *, const unsigned char *); void (*get_iv)(struct SilcCipherStruct *, unsigned char *); uint32 (*get_key_len)(struct SilcCipherStruct *);