hdrfix.diff

text/plain

Filename: hdrfix.diff
Type: text/plain
Part: 0
Message: Re: latest pgcrypto patches cause compile errors

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: context
File+
contrib/pgcrypto/pgp-pubdec.c 0 2
Index: contrib/pgcrypto/pgp-pubdec.c
===================================================================
RCS file: /projects/cvsroot/pgsql/contrib/pgcrypto/pgp-pubdec.c,v
retrieving revision 1.1
diff -c -r1.1 pgp-pubdec.c
*** contrib/pgcrypto/pgp-pubdec.c	10 Jul 2005 13:46:29 -0000	1.1
--- contrib/pgcrypto/pgp-pubdec.c	10 Jul 2005 15:28:26 -0000
***************
*** 30,37 ****
   */
  #include <postgres.h>
  
- #include <openssl/bn.h>
- 
  #include "px.h"
  #include "mbuf.h"
  #include "pgp.h"
--- 30,35 ----