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)
commit23e2497616401db1b3e66e97f482e60b55431e65
tree5075be8147b363f8cdd83dbf000859662e3d52f9
parente760463c7779f5021e6b8d81ca96b3edc40704ba
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