From 2471aed4f02987260d032294eb32356661417903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 11 Jan 2006 01:38:12 +0000 Subject: [PATCH] Provide glue to compile with less warnings with OpenSSL git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16515 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/crypto_headers.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/hx509/crypto_headers.h b/lib/hx509/crypto_headers.h index 958681ad4..d9690a0c8 100644 --- a/lib/hx509/crypto_headers.h +++ b/lib/hx509/crypto_headers.h @@ -17,6 +17,11 @@ #include #include #include +#include + +#ifndef BN_is_negative +#define BN_set_negative(bn, flag) ((bn)->neg = (flag) ? 1 : 0) +#endif #else