summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/openssl.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 1fc4743..61042aa 100644
--- a/index.html
+++ b/index.html
@@ -1609,7 +1609,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="openssl-package">openssl</td>
- <td id="openssl-version">1.0.1</td>
+ <td id="openssl-version">1.0.1a</td>
<td id="openssl-website"><a href="http://www.openssl.org/">openssl</a></td>
</tr>
<tr>
diff --git a/src/openssl.mk b/src/openssl.mk
index 870f527..7882e4d 100644
--- a/src/openssl.mk
+++ b/src/openssl.mk
@@ -3,7 +3,7 @@
PKG := openssl
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := a6476d33fd38c2e7dfb438d1e3be178cc242c907
+$(PKG)_CHECKSUM := b7c4608c36fa84bfcce39baba5afacd65184be5b
$(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
$(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.openssl.org/source/$($(PKG)_FILE)