Fix old thinko in pgp.h: the idea is to declare some named enum types,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a4702ada6226bf74acd6e26c88d7db7d10d1b007
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-03-25T15:03:25Z
Releases: 8.2.14
Fix old thinko in pgp.h: the idea is to declare some named enum types,
not global variables of anonymous enum types.  This didn't actually hurt
much because most linkers will just merge the duplicated definitions ...
but some will complain.  Per bug #4731 from Ceriel Jacobs.

Backpatch to 8.1 --- the declarations don't exist before that.

Files

PathChange+/−
contrib/pgcrypto/pgp.h modified +13 −13