mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-23 15:07:03 +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>
|
||||
|
||||
* tiger.c: Use the U64_C macro instead of LL.
|
||||
@ -21,7 +30,7 @@
|
||||
|
||||
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>
|
||||
|
||||
|
@ -630,4 +630,3 @@ blowfish_get_info( int algo, size_t *keylen,
|
||||
return "BLOWFISH";
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
@ -652,4 +652,3 @@ cast5_get_info( int algo, size_t *keylen,
|
||||
return "CAST5";
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
@ -1022,4 +1022,3 @@ des_get_info( int algo, size_t *keylen,
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
@ -662,5 +662,3 @@ elg_get_info( int algo, int *npkey, int *nskey, int *nenc, int *nsig,
|
||||
default: *use = 0; return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -193,4 +193,3 @@ idea_get_info( int algo, size_t *keylen,
|
||||
return rstr;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
@ -364,4 +364,3 @@ md5_get_info( int algo, size_t *contextsize,
|
||||
|
||||
return "MD5";
|
||||
}
|
||||
|
||||
|
@ -747,5 +747,3 @@ gather_faked( void (*add)(const void*, size_t, int), int requester,
|
||||
m_free(buffer);
|
||||
return 0; /* okay */
|
||||
}
|
||||
|
||||
|
||||
|
@ -2223,12 +2223,3 @@ gnupgext_enum_func ( int what, int *sequence, int *class, int *vers )
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -585,4 +585,3 @@ rmd160_get_info( int algo, size_t *contextsize,
|
||||
|
||||
return "RIPEMD160";
|
||||
}
|
||||
|
||||
|
@ -60,4 +60,3 @@ main(int argc, char **argv)
|
||||
rmd160_close(rmdhd);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -699,5 +699,4 @@ rndw32_gather_random_fast( void (*add)(const void*, size_t, int), int requester
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
#endif /*USE_RNDW32*/
|
||||
|
@ -489,6 +489,3 @@ rsa_get_info( int algo,
|
||||
default:*r_usage = 0; return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -316,7 +316,6 @@ sha1_final(SHA1_CONTEXT *hd)
|
||||
X(3);
|
||||
X(4);
|
||||
#undef X
|
||||
|
||||
}
|
||||
|
||||
static byte *
|
||||
|
@ -271,7 +271,6 @@ sha256_final(SHA256_CONTEXT *hd)
|
||||
X(6);
|
||||
X(7);
|
||||
#undef X
|
||||
|
||||
}
|
||||
|
||||
static byte *
|
||||
|
Loading…
x
Reference in New Issue
Block a user