Update to non-vulnerable version

This commit is contained in:
Eric Andersen 2003-10-01 07:30:19 +00:00
parent 0554f62a4e
commit f056ca7b18
2 changed files with 2 additions and 10 deletions

View File

@ -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):

View File

@ -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 @@