mirror of
https://github.com/clearml/dropbear
synced 2025-04-15 13:01:36 +00:00
Refer to local headers locally with #include "" not #include <>.
Required now that we've got rid of the libtomcrypt variants that were 'accidentally' being included in the -I path --HG-- branch : libtommath-dropbear extra : convert_revision : 40ab3795de3a6157f34e52ed3f0be3eebe9a2eaa
This commit is contained in:
parent
2481693cf2
commit
058b2bec22
@ -21,7 +21,7 @@
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <tommath_class.h>
|
||||
#include "tommath_class.h"
|
||||
|
||||
#undef MIN
|
||||
#define MIN(x,y) ((x)<(y)?(x):(y))
|
||||
|
@ -987,8 +987,8 @@
|
||||
#ifdef LTM3
|
||||
#define LTM_LAST
|
||||
#endif
|
||||
#include <tommath_superclass.h>
|
||||
#include <tommath_class.h>
|
||||
#include "tommath_superclass.h"
|
||||
#include "tommath_class.h"
|
||||
#else
|
||||
#define LTM_LAST
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user