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

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +10 lines)
Line  Link Here
0
-- SHA-256.c
0
++ SHA-256.c
Lines 12-17 Link Here
12
 * */
12
 * */
13
13
14
#include <stdio.h>
14
#include <stdio.h>
15
#include <string.h>
15
16
16
typedef struct {
17
typedef struct {
17
    unsigned int state[8], length, curlen;
18
    unsigned int state[8], length, curlen;
18
-- DH1080.c
19
++ DH1080.c
Lines 12-17 Link Here
12
12
13
13
14
#include <stdio.h>
14
#include <stdio.h>
15
#include <string.h>
15
#include <time.h>
16
#include <time.h>
16
#include "DH1080.h"
17
#include "DH1080.h"
17
18
18
-- blowfish.c
19
++ blowfish.c
Lines 1-3 Link Here
1
#include <stdlib.h>
2
#include <string.h>
1
#include "blowfish.h"
3
#include "blowfish.h"
2
4
3
/* #define S(x,i) (bf_S[i][x.w.byte##i]) */
5
/* #define S(x,i) (bf_S[i][x.w.byte##i]) */
4
-- base64.c
6
++ base64.c
Lines 1-3 Link Here
1
#include <string.h>
2
1
/*
3
/*
2
    Public Base64 conversion tables
4
    Public Base64 conversion tables
3
*/
5
*/

Return to bug 193177