Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6e1004f

Browse files
committed
Remove #include <openssl/bn.h> as compile fix.
Marko Kreen
1 parent b135508 commit 6e1004f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contrib/pgcrypto/pgp-pubdec.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $PostgreSQL: pgsql/contrib/pgcrypto/pgp-pubdec.c,v 1.1 2005/07/10 13:46:29 momjian Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/pgp-pubdec.c,v 1.2 2005/07/10 15:37:03 momjian Exp $
3030
*/
3131
#include <postgres.h>
3232

33-
#include <openssl/bn.h>
34-
3533
#include "px.h"
3634
#include "mbuf.h"
3735
#include "pgp.h"

0 commit comments

Comments
 (0)