Commit f056ca7b authored by Eric Andersen's avatar Eric Andersen
Browse files

Update to non-vulnerable version

parent 0554f62a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@

# TARGETS
OPENSSL_SITE:=http://www.openssl.org/source
OPENSSL_SOURCE:=openssl-0.9.7a.tar.gz
OPENSSL_DIR:=$(BUILD_DIR)/openssl-0.9.7a
OPENSSL_SOURCE:=openssl-0.9.7c.tar.gz
OPENSSL_DIR:=$(BUILD_DIR)/openssl-0.9.7c
OPENSSL_PATCH=$(SOURCE_DIR)/openssl.patch

$(DL_DIR)/$(OPENSSL_SOURCE):
+0 −8
Original line number Diff line number Diff line
@@ -171,14 +171,6 @@
+    {
+         return SSL_library_init();
+    }
--- openssl-0.9.7.orig/tools/c_rehash
+++ openssl-0.9.7/tools/c_rehash
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 
 # Perl c_rehash script, scan all files in a directory
--- openssl-0.9.7.orig/tools/c_rehash.in
+++ openssl-0.9.7/tools/c_rehash.in
@@ -1,4 +1,4 @@