mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 23:56:58 +03:00
Remove #include <openssl/bn.h> as compile fix.
Marko Kreen
This commit is contained in:
parent
b135508c98
commit
6e1004f0fd
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user