summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2005-07-10 15:37:03 +0000
committerBruce Momjian2005-07-10 15:37:03 +0000
commit8549b53bee2af8a304a542c5b3f0d6c8772988ee (patch)
treec3e41292c3fead81301b6238ef0c2799849748d5
parenta354ca5495ebc7ebabab8d99f590986cf1b4787b (diff)
Remove #include <openssl/bn.h> as compile fix.
Marko Kreen
-rw-r--r--contrib/pgcrypto/pgp-pubdec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/pgcrypto/pgp-pubdec.c b/contrib/pgcrypto/pgp-pubdec.c
index c1d7bfcf20..17af9151d4 100644
--- a/contrib/pgcrypto/pgp-pubdec.c
+++ b/contrib/pgcrypto/pgp-pubdec.c
@@ -30,8 +30,6 @@
*/
#include <postgres.h>
-#include <openssl/bn.h>
-
#include "px.h"
#include "mbuf.h"
#include "pgp.h"