Fix old thinko in pgp.h: the idea is to declare some named enum types,
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Mar 2009 15:03:19 +0000 (15:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Mar 2009 15:03:19 +0000 (15:03 +0000)
commit2ffea47ce5a2f9720a07411427367dca0be53e8c
tree430ea79581e18fcfc86cc91c747ba72d04524e05
parent51b53ba182000ece753f62ba7888414ab01be0ff
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.
contrib/pgcrypto/pgp.h