Another build failure from buildfarm.  Seems like
I forgot to update win32 code when doing a renaming
in random.c

-- 
marko

Index: contrib/pgcrypto/random.c
===================================================================
RCS file: /opt/arc/cvs2/pgsql/contrib/pgcrypto/random.c,v
retrieving revision 1.12
diff -u -c -r1.12 random.c
*** contrib/pgcrypto/random.c   11 Jul 2005 15:07:59 -0000      1.12
--- contrib/pgcrypto/random.c   11 Jul 2005 16:40:16 -0000
***************
*** 126,132 ****
        if (!res)
                return dst;
        
!       res = CryptGenRandom(h, NUM_BYTES, dst);
        if (res == TRUE)
                dst += len;
  
--- 126,132 ----
        if (!res)
                return dst;
        
!       res = CryptGenRandom(h, RND_BYTES, dst);
        if (res == TRUE)
                dst += len;
  
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to