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

Marko Kreen
This commit is contained in:
Bruce Momjian 2005-07-10 15:37:03 +00:00
parent b135508c98
commit 6e1004f0fd
1 changed files with 1 additions and 3 deletions

View File

@ -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"