]> granicus.if.org Git - postgresql/commitdiff
Remove #include <openssl/bn.h> as compile fix.
authorBruce Momjian <bruce@momjian.us>
Sun, 10 Jul 2005 15:37:03 +0000 (15:37 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 10 Jul 2005 15:37:03 +0000 (15:37 +0000)
Marko Kreen

contrib/pgcrypto/pgp-pubdec.c

index ad4ceb2f7a493ce9a537e27677dc91a18409d010..cbf2aeb44340ff7078127acbc9e4239dcc781543 100644 (file)
  * 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"