]> granicus.if.org Git - postgresql/commit
pgcrypto: Make header files stand alone
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 9 Jan 2014 11:44:24 +0000 (06:44 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 9 Jan 2014 11:44:24 +0000 (06:44 -0500)
commit10a3b165a32e9dd116ba340dd2d2f8c77895418e
treee46962149869629ea8c030b46222a8dabecf53df
parent220b34331f77effdb46798ddd7cca0cffc1b2858
pgcrypto: Make header files stand alone

pgp.h used to require including mbuf.h and px.h first.  Include those in
pgp.h, so that it can be used without prerequisites.  Remove mbuf.h
inclusions in .c files where mbuf.h features are not used
directly.  (px.h was always used.)
contrib/pgcrypto/pgp-armor.c
contrib/pgcrypto/pgp-cfb.c
contrib/pgcrypto/pgp-compress.c
contrib/pgcrypto/pgp-mpi-internal.c
contrib/pgcrypto/pgp-mpi-openssl.c
contrib/pgcrypto/pgp-mpi.c
contrib/pgcrypto/pgp-pubdec.c
contrib/pgcrypto/pgp-pubenc.c
contrib/pgcrypto/pgp-s2k.c
contrib/pgcrypto/pgp.c
contrib/pgcrypto/pgp.h