diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-07-10 15:37:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-07-10 15:37:03 +0000 |
commit | 6e1004f0fd8d730f55e5923be8037bb58486aa4a (patch) | |
tree | 6d32315a1e01969bb0db66f9e41a7ed2e5c3170e | |
parent | b135508c98b99754af9f53c2cf6a7b92fb4f0439 (diff) | |
download | postgresql-6e1004f0fd8d730f55e5923be8037bb58486aa4a.tar.gz postgresql-6e1004f0fd8d730f55e5923be8037bb58486aa4a.zip |
Remove #include <openssl/bn.h> as compile fix.
Marko Kreen
-rw-r--r-- | contrib/pgcrypto/pgp-pubdec.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/pgcrypto/pgp-pubdec.c b/contrib/pgcrypto/pgp-pubdec.c index ad4ceb2f7a4..cbf2aeb4434 100644 --- a/contrib/pgcrypto/pgp-pubdec.c +++ b/contrib/pgcrypto/pgp-pubdec.c @@ -26,12 +26,10 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $PostgreSQL: pgsql/contrib/pgcrypto/pgp-pubdec.c,v 1.1 2005/07/10 13:46:29 momjian Exp $ + * $PostgreSQL: pgsql/contrib/pgcrypto/pgp-pubdec.c,v 1.2 2005/07/10 15:37:03 momjian Exp $ */ #include <postgres.h> -#include <openssl/bn.h> - #include "px.h" #include "mbuf.h" #include "pgp.h" |