comparison MODULES.html.sh @ 8637:dae0cc6e8465

2007-04-04 Simon Josefsson <simon@josefsson.org> * MODULES.html.sh: Rename crypto modules. Remove iconvme.
author Simon Josefsson <simon@josefsson.org>
date Wed, 04 Apr 2007 14:34:04 +0000
parents 1007931cdf70
children 05f21166eb81
comparison
equal deleted inserted replaced
8636:0dcf74cefde9 8637:dae0cc6e8465
1763 func_module array-oset 1763 func_module array-oset
1764 func_module avltree-oset 1764 func_module avltree-oset
1765 func_module rbtree-oset 1765 func_module rbtree-oset
1766 func_end_table 1766 func_end_table
1767 1767
1768 element="Cryptographic computations" 1768 element="Cryptographic computations (low-level)"
1769 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` 1769 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1770 func_section_wrap ansic_ext_crypto 1770 func_section_wrap ansic_ext_crypto
1771 func_wrap H3 1771 func_wrap H3
1772 func_echo "$element" 1772 func_echo "$element"
1773 1773
1774 func_begin_table 1774 func_begin_table
1775 func_module md5 1775 func_module crypto/arcfour
1776 func_module sha1 1776 func_module crypto/arctwo
1777 func_module crypto/des
1778 func_module crypto/hmac-md5
1779 func_module crypto/hmac-sha1
1780 func_module crypto/md2
1781 func_module crypto/md4
1782 func_module crypto/md5
1783 func_module crypto/rijndael
1784 func_module crypto/sha1
1785 func_end_table
1786
1787 element="Cryptographic computations (high-level)"
1788 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1789 func_section_wrap ansic_ext_crypto2
1790 func_wrap H3
1791 func_echo "$element"
1792
1793 func_begin_table
1794 func_module crypto/gc
1795 func_module crypto/gc-arcfour
1796 func_module crypto/gc-arctwo
1797 func_module crypto/gc-des
1798 func_module crypto/gc-hmac-md5
1799 func_module crypto/gc-hmac-sha1
1800 func_module crypto/gc-md2
1801 func_module crypto/gc-md4
1802 func_module crypto/gc-md5
1803 func_module crypto/gc-pbkdf2-sha1
1804 func_module crypto/gc-random
1805 func_module crypto/gc-rijndael
1806 func_module crypto/gc-sha1
1777 func_end_table 1807 func_end_table
1778 1808
1779 element="Misc" 1809 element="Misc"
1780 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` 1810 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1781 func_section_wrap ansic_ext_misc 1811 func_section_wrap ansic_ext_misc
2230 func_module iconv 2260 func_module iconv
2231 func_module striconv 2261 func_module striconv
2232 func_module xstriconv 2262 func_module xstriconv
2233 func_module striconveh 2263 func_module striconveh
2234 func_module striconveha 2264 func_module striconveha
2235 func_module iconvme
2236 func_module localcharset 2265 func_module localcharset
2237 func_module hard-locale 2266 func_module hard-locale
2238 func_module mbslen 2267 func_module mbslen
2239 func_module mbschr 2268 func_module mbschr
2240 func_module mbsrchr 2269 func_module mbsrchr