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

Collapse All | Expand All

(-)a/src/kntlm/des.cpp (-1 / +1 lines)
Lines 26-35 Link Here
26
26
27
#include "des.h"
27
#include "des.h"
28
28
29
#include <limits>
29
#include <qendian.h>
30
#include <qendian.h>
30
#include <string.h>
31
#include <string.h>
31
32
32
#include <limits>
33
33
34
static void permute_ip(unsigned char *inblock, DES_KEY *key, unsigned char *outblock);
34
static void permute_ip(unsigned char *inblock, DES_KEY *key, unsigned char *outblock);
35
static void permute_fp(unsigned char *inblock, DES_KEY *key, unsigned char *outblock);
35
static void permute_fp(unsigned char *inblock, DES_KEY *key, unsigned char *outblock);

Return to bug 766480