we want to include the local version of the header, not the system-version
@@ -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 @@
*
*******************************************************************************/
#ifdef LTC_SAFER
@@ -11,7 +11,7 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef LTC_HKDF
@@ -6,7 +6,7 @@
* The library is free for all purposes without any express
* guarantee it works.
*/
@file pkcs_5_1.c
@file pkcs_5_2.c