commit 41bb857b4437e2de4ff119eafc694e6abe9e4d21 parent af97171414aa8487ceac77a915ab6e2f57c8289c Author: Anonyhamster <dev@suckless.org> Date: Thu, 3 Mar 2011 14:56:15 +0100 Fix untrue statement about polarssl using libmpi Diffstat:
| M | suckless.org/misc/cool_libraries.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/suckless.org/misc/cool_libraries.md b/suckless.org/misc/cool_libraries.md @@ -37,7 +37,7 @@ change this line of thinking." Cryptography ------------ * [libtomcrypt](http://libtom.org/?page=features&newsitems=5&whatfile=crypt) - the cryptography library from the libtom project -* [polarssl](http://polarssl.org/) - lightweight SSL/TLS implementation using libmpi (unfortunately GPL) +* [polarssl](http://polarssl.org/) - lightweight SSL/TLS implementation (unfortunately GPL) Mathematics -----------