Use system libtomcrypt/libtommath if available. Doesn't currently

build due to clash in rsa_key identifier.

--HG--
extra : convert_revision : c9a4726d1c89e17ee8e96801d1aaa8049216aae1
This commit is contained in:
Matt Johnston
2010-07-21 12:38:46 +00:00
parent a8c28714cd
commit 4d050c34cb
3 changed files with 41 additions and 9 deletions

View File

@@ -120,8 +120,14 @@
#include <libgen.h>
#endif
#ifdef BUNDLED_LIBTOM
#include "libtomcrypt/src/headers/tomcrypt.h"
#include "libtommath/tommath.h"
#else
#include <tomcrypt.h>
#include <tommath.h>
#endif
#include "compat.h"
#include "fake-rfc2553.h"