[hipl-commit] [trunk] Rev 4078: Rename i3/aeshash/aescpp.h => i3/aeshash/aescpp.hh.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Mon, 29 Mar 2010 22:15:40 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 29/03/2010 at 22:15:40
Revision: 4078
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Rename i3/aeshash/aescpp.h => i3/aeshash/aescpp.hh.
  
  This indicates that it is a C++ header file and fixes 'make checkheaders'.

Modified:
  R  i3/aeshash/aescpp.h => i3/aeshash/aescpp.hh
  M  doc/verbose-headers.txt
  M  i3/aeshash/aesopt.h

=== modified file 'doc/verbose-headers.txt'
--- doc/verbose-headers.txt     2010-03-26 01:26:05 +0000
+++ doc/verbose-headers.txt     2010-03-29 19:15:04 +0000
@@ -232,7 +232,7 @@
 libhipcore/debug.h : DEBUG_PREFIX_MAX
 firewall/firewall_defines.h : dec_alg
 firewall/firewall_defines.h : dec_data
-firewall/firewall_defines i3/aeshash/aescpp.h : dec_key
+firewall/firewall_defines i3/aeshash/aescpp.hh : dec_key
 libhipcore/hashtable.h : DECLARE_LHASH_OF
 firewall/rule_management.h : decrypt_contents
 firewall/rule_management.h : DECRYPT_CONTENTS_STR
@@ -355,7 +355,7 @@
 libhiptool/xfrm.h : encap_oa
 libhiptool/xfrm.h : encap_sport
 libhiptool/xfrm.h : encap_type
-firewall/user_ipsec_sadb i3/aeshash/aescpp.h : enc_key
+firewall/user_ipsec_sadb i3/aeshash/aescpp.hh : enc_key
 hipd/hadb libhipandroid/regex /usr/include/regex.h : end
 libhipcore/protodefs.h : endpoint
 libhipcore/protodefs.h : endpoint_hip

=== modified file 'i3/aeshash/aesopt.h'
--- i3/aeshash/aesopt.h 2010-02-17 17:38:08 +0000
+++ i3/aeshash/aesopt.h 2010-03-29 19:15:04 +0000
@@ -99,7 +99,7 @@
  *  The files used to provide AES (Rijndael) are
  *
  *  a. aes.h for the definitions needed for use in C.
- *  b. aescpp.h for the definitions needed for use in C++.
+ *  b. aescpp.hh for the definitions needed for use in C++.
  *  c. aesopt.h for setting compilation options (also includes common
  *     code).
  *  d. aescrypt.c for encryption and decrytpion, or
@@ -118,7 +118,7 @@
  *  To compile AES (Rijndael) for use in C code use aes.h and exclude
  *  the AES_DLL define in aes.h
  *
- *  To compile AES (Rijndael) for use in in C++ code use aescpp.h and
+ *  To compile AES (Rijndael) for use in in C++ code use aescpp.hh and
  *  exclude the AES_DLL define in aes.h
  *
  *  To compile AES (Rijndael) in C as a Dynamic Link Library DLL) use

Other related posts:

  • » [hipl-commit] [trunk] Rev 4078: Rename i3/aeshash/aescpp.h => i3/aeshash/aescpp.hh. - Diego Biurrun