include "tomcrypt.h", not <tomcrypt.h>
we want to include the local version of the header, not the system-version
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
* Thanks to CodeView, SoftIce, and D86 for helping bring this code to *
|
||||
* the public. *
|
||||
\**********************************************************************/
|
||||
#include <tomcrypt.h>
|
||||
#include "tomcrypt.h"
|
||||
|
||||
/**
|
||||
@file rc2.c
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
*
|
||||
*******************************************************************************/
|
||||
|
||||
#include <tomcrypt.h>
|
||||
#include "tomcrypt.h"
|
||||
|
||||
#ifdef LTC_SAFER
|
||||
|
||||
|
||||
Reference in New Issue
Block a user