summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-06-05 18:50:37 +0200
committerDan McGee <dan@archlinux.org>2010-06-07 17:35:08 +0200
commit93def410b840f2b2ecbaa571d0f605da97f229cc (patch)
tree6701e447b1d96ceb887a0eadd8cb1807e6fc0048
parent9a5683016449c88c9e71896fa656a571eeccc072 (diff)
downloadpacman-93def410b840f2b2ecbaa571d0f605da97f229cc.tar.gz
pacman-93def410b840f2b2ecbaa571d0f605da97f229cc.tar.xz
Add note about XySSL/PolarSSL name change
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--lib/libalpm/md5.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libalpm/md5.c b/lib/libalpm/md5.c
index 767e1665..7d2716f2 100644
--- a/lib/libalpm/md5.c
+++ b/lib/libalpm/md5.c
@@ -37,6 +37,9 @@
* to
* int md5_file( const char *path, unsigned char *output )
* * various static/inline changes
+ *
+ * NOTE: XySSL has been renamed to PolarSSL, which is available at
+ * www.polarssl.org. If we update, we should get it from there.
*/
#include <string.h>