mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-24 15:17:02 +01:00
* bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c,
rijndael.c, rndunix.c, sha256.c, cast5.c, idea-stub.c, rmd160.c, rndw32.c, sha512.c, md5.c, rmd160test.c, rsa.c, tiger.c: Edit all preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it.
This commit is contained in:
parent
f1234b8593
commit
b4fc8ec5f5
@ -1,3 +1,12 @@
|
|||||||
|
2003-05-21 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c,
|
||||||
|
elgamal.c, rijndael.c, rndunix.c, sha256.c, cast5.c, idea-stub.c,
|
||||||
|
rmd160.c, rndw32.c, sha512.c, md5.c, rmd160test.c, rsa.c, tiger.c:
|
||||||
|
Edit all preprocessor instructions to remove whitespace before the
|
||||||
|
'#'. This is not required by C89, but there are some compilers
|
||||||
|
out there that don't like it.
|
||||||
|
|
||||||
2003-05-13 David Shaw <dshaw@jabberwocky.com>
|
2003-05-13 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* tiger.c: Use the U64_C macro instead of LL.
|
* tiger.c: Use the U64_C macro instead of LL.
|
||||||
@ -21,7 +30,7 @@
|
|||||||
|
|
||||||
2003-05-08 David Shaw <dshaw@jabberwocky.com>
|
2003-05-08 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* cipher.c (fast_random_poll): Only use times() if we HAVE_TIMES.
|
* random.c (fast_random_poll): Only use times() if we HAVE_TIMES.
|
||||||
|
|
||||||
2003-04-15 Werner Koch <wk@gnupg.org>
|
2003-04-15 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
@ -630,4 +630,3 @@ blowfish_get_info( int algo, size_t *keylen,
|
|||||||
return "BLOWFISH";
|
return "BLOWFISH";
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -652,4 +652,3 @@ cast5_get_info( int algo, size_t *keylen,
|
|||||||
return "CAST5";
|
return "CAST5";
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1022,4 +1022,3 @@ des_get_info( int algo, size_t *keylen,
|
|||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -662,5 +662,3 @@ elg_get_info( int algo, int *npkey, int *nskey, int *nenc, int *nsig,
|
|||||||
default: *use = 0; return NULL;
|
default: *use = 0; return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -193,4 +193,3 @@ idea_get_info( int algo, size_t *keylen,
|
|||||||
return rstr;
|
return rstr;
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -364,4 +364,3 @@ md5_get_info( int algo, size_t *contextsize,
|
|||||||
|
|
||||||
return "MD5";
|
return "MD5";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -747,5 +747,3 @@ gather_faked( void (*add)(const void*, size_t, int), int requester,
|
|||||||
m_free(buffer);
|
m_free(buffer);
|
||||||
return 0; /* okay */
|
return 0; /* okay */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -2223,12 +2223,3 @@ gnupgext_enum_func ( int what, int *sequence, int *class, int *vers )
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -585,4 +585,3 @@ rmd160_get_info( int algo, size_t *contextsize,
|
|||||||
|
|
||||||
return "RIPEMD160";
|
return "RIPEMD160";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -60,4 +60,3 @@ main(int argc, char **argv)
|
|||||||
rmd160_close(rmdhd);
|
rmd160_close(rmdhd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -699,5 +699,4 @@ rndw32_gather_random_fast( void (*add)(const void*, size_t, int), int requester
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif /*USE_RNDW32*/
|
#endif /*USE_RNDW32*/
|
||||||
|
@ -489,6 +489,3 @@ rsa_get_info( int algo,
|
|||||||
default:*r_usage = 0; return NULL;
|
default:*r_usage = 0; return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -316,7 +316,6 @@ sha1_final(SHA1_CONTEXT *hd)
|
|||||||
X(3);
|
X(3);
|
||||||
X(4);
|
X(4);
|
||||||
#undef X
|
#undef X
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static byte *
|
static byte *
|
||||||
|
@ -271,7 +271,6 @@ sha256_final(SHA256_CONTEXT *hd)
|
|||||||
X(6);
|
X(6);
|
||||||
X(7);
|
X(7);
|
||||||
#undef X
|
#undef X
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static byte *
|
static byte *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user