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
This commit is contained in:
Love Hörnquist Åstrand
2006-01-11 01:38:12 +00:00
parent f9cb9785b3
commit 2471aed4f0

View File

@@ -17,6 +17,11 @@
#include <openssl/asn1t.h>
#include <openssl/ui.h>
#include <openssl/pkcs12.h>
#include <openssl/engine.h>
#ifndef BN_is_negative
#define BN_set_negative(bn, flag) ((bn)->neg = (flag) ? 1 : 0)
#endif
#else