]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/openssl
dhcp: Update to 4.3.1
[ipfire-2.x.git] / lfs / openssl
index 0f0b823a947acddbfada70d00dc6cfb39eb63e1f..82f26bd25c31fad31899e3d31077a83592158be9 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.0.1i
+VER        = 1.0.1k
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -51,7 +51,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = c8dc151a671b9b92ff3e4c118b174972
+$(DL_FILE)_MD5 = d4f002bd22a56881340105028842ae1f
 
 install : $(TARGET)
 
@@ -105,6 +105,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                no-mdc2 \
                no-rc5 \
                no-srp \
+               no-ssl2 \
+               no-ssl3 \
                $(CONFIGURE_ARGS) \
                -DSSL_FORBID_ENULL \
                -DHAVE_CRYPTODEV \