Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 27278 | Differences between
and this patch

Collapse All | Expand All

(-)isakmpd.orig/crypto.h (-1 / +1 lines)
Lines 93-99 Link Here
93
 */
93
 */
94
#define BLOCKSIZE	16
94
#define BLOCKSIZE	16
95
95
96
#define MAXBLK		AES_BLOCK_SIZE
96
#define MAXBLK BLOCKSIZE
97
97
98
struct keystate {
98
struct keystate {
99
  struct crypto_xf *xf;			/* Back pointer */
99
  struct crypto_xf *xf;			/* Back pointer */

Return to bug 27278