projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cff2342
)
Found type mismatch in random.c. Please apply this also.
author
Bruce Momjian
<bruce@momjian.us>
Sat, 29 Sep 2001 03:12:51 +0000
(
03:12
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 29 Sep 2001 03:12:51 +0000
(
03:12
+0000)
Marko Kreen
contrib/pgcrypto/random.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgcrypto/random.c
b/contrib/pgcrypto/random.c
index 337d63ed0fa5ad63810a6b00f4354da273686978..179d450ef9b6c91f9cef7bf97192f737a9360ef6 100644
(file)
--- a/
contrib/pgcrypto/random.c
+++ b/
contrib/pgcrypto/random.c
@@
-26,7
+26,7
@@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: random.c,v 1.
1 2001/09/23 04:12:44
momjian Exp $
+ * $Id: random.c,v 1.
2 2001/09/29 03:12:51
momjian Exp $
*/
@@
-80,7
+80,7
@@
px_get_random_bytes(uint8 *dst, unsigned count)
#ifdef RAND_SILLY
-int px_get_random_bytes(
char
*dst, unsigned count)
+int px_get_random_bytes(
uint8
*dst, unsigned count)
{
int i;
for (i = 0; i < count; i++) {