summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-04-04 14:34:04 +0000
committerSimon Josefsson <simon@josefsson.org>2007-04-04 14:34:04 +0000
commitc4725a8a62c766dda89dbc4087a7d515298936da (patch)
treeade8a097ec70f02ab9a7b0f535299a72f07de92b
parent6eaf5fa0f36d228bd863fcd02ba9f12379cb290a (diff)
downloadgnulib-c4725a8a62c766dda89dbc4087a7d515298936da.tar.gz
2007-04-04 Simon Josefsson <simon@josefsson.org>
* MODULES.html.sh: Rename crypto modules. Remove iconvme.
-rw-r--r--ChangeLog4
-rwxr-xr-xMODULES.html.sh37
2 files changed, 37 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b1c8acacb4..19218c8d32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-04 Simon Josefsson <simon@josefsson.org>
+
+ * MODULES.html.sh: Rename crypto modules. Remove iconvme.
+
2007-04-04 Karl Berry <karl@gnu.org>
* MODULES.html.sh (func_module): missing '.
diff --git a/MODULES.html.sh b/MODULES.html.sh
index 4e06eafd88..6e6d8c014a 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -1765,15 +1765,45 @@ func_all_modules ()
func_module rbtree-oset
func_end_table
- element="Cryptographic computations"
+ element="Cryptographic computations (low-level)"
element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
func_section_wrap ansic_ext_crypto
func_wrap H3
func_echo "$element"
func_begin_table
- func_module md5
- func_module sha1
+ func_module crypto/arcfour
+ func_module crypto/arctwo
+ func_module crypto/des
+ func_module crypto/hmac-md5
+ func_module crypto/hmac-sha1
+ func_module crypto/md2
+ func_module crypto/md4
+ func_module crypto/md5
+ func_module crypto/rijndael
+ func_module crypto/sha1
+ func_end_table
+
+ element="Cryptographic computations (high-level)"
+ element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
+ func_section_wrap ansic_ext_crypto2
+ func_wrap H3
+ func_echo "$element"
+
+ func_begin_table
+ func_module crypto/gc
+ func_module crypto/gc-arcfour
+ func_module crypto/gc-arctwo
+ func_module crypto/gc-des
+ func_module crypto/gc-hmac-md5
+ func_module crypto/gc-hmac-sha1
+ func_module crypto/gc-md2
+ func_module crypto/gc-md4
+ func_module crypto/gc-md5
+ func_module crypto/gc-pbkdf2-sha1
+ func_module crypto/gc-random
+ func_module crypto/gc-rijndael
+ func_module crypto/gc-sha1
func_end_table
element="Misc"
@@ -2232,7 +2262,6 @@ func_all_modules ()
func_module xstriconv
func_module striconveh
func_module striconveha
- func_module iconvme
func_module localcharset
func_module hard-locale
func_module mbslen