Commit 6e1004f0 authored by Bruce Momjian's avatar Bruce Momjian

Remove #include <openssl/bn.h> as compile fix.

Marko Kreen
parent b135508c
...@@ -26,12 +26,10 @@ ...@@ -26,12 +26,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * 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 <postgres.h>
#include <openssl/bn.h>
#include "px.h" #include "px.h"
#include "mbuf.h" #include "mbuf.h"
#include "pgp.h" #include "pgp.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment