[hipl-commit] [trunk] Rev 4209: Fix crypto.h path, which was not adapted to the new directory layout.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 9 Apr 2010 17:04:46 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 09/04/2010 at 17:04:46
Revision: 4209
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Fix crypto.h path, which was not adapted to the new directory layout.

Modified:
  M  doc/HOWTO.xml

=== modified file 'doc/HOWTO.xml'
--- doc/HOWTO.xml       2010-04-08 15:10:18 +0000
+++ doc/HOWTO.xml       2010-04-09 14:04:28 +0000
@@ -1008,7 +1008,11 @@
         Building hipl under the kamikaze devel tree does not go well always. 
It could cause you to correct numerous errors while building it. You are warned!
         </para>
         <para>
-        If you encounter an error like "SHA: undefined reference", use the 
macro HIP_SHA() instead of SHA(). Using SHA() does not make any problem with a 
native compiler, but it causes errors with a cross compiler. For that reason 
HIP_SHA() is defined in `libhiptool/crypto.h` to be used for any calls to SHA().
+        If you encounter an error like "SHA: undefined reference", use the
+        macro HIP_SHA() instead of SHA(). Using SHA() does not make any
+        problem with a native compiler, but it causes errors with a
+        crosscompiler. For that reason HIP_SHA() is defined in
+        `lib/core/crypto.h` to be used for any calls to SHA().
         </para>
     </section>
     <section id="build_openwrt_wgt">

Other related posts:

  • » [hipl-commit] [trunk] Rev 4209: Fix crypto.h path, which was not adapted to the new directory layout. - Diego Biurrun