tags 327739 + patch
kthxbye

I've attached a patch to add IDEA support.  The algorithm is not
insecure (unlike MD5 and RC4, which are still compiled in), and somebody
might want to use it.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff -urN openssl-1.0.1e.old/debian/rules openssl-1.0.1e/debian/rules
--- openssl-1.0.1e.old/debian/rules	2013-11-01 21:07:23.837803811 +0000
+++ openssl-1.0.1e/debian/rules	2013-11-01 21:07:42.613733946 +0000
@@ -20,7 +20,7 @@
 DEB_HOST_MULTIARCH=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_ARCH_CPU=$(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 
-CONFARGS  = --prefix=/usr --openssldir=/usr/lib/ssl --libdir=lib/$(DEB_HOST_MULTIARCH) no-idea no-mdc2 no-rc5 zlib  enable-tlsext no-ssl2
+CONFARGS  = --prefix=/usr --openssldir=/usr/lib/ssl --libdir=lib/$(DEB_HOST_MULTIARCH) no-mdc2 no-rc5 zlib  enable-tlsext no-ssl2
 OPT_alpha = ev4 ev5
 OPT_i386  = i586 i686/cmov
 ARCHOPTS  = OPT_$(DEB_HOST_ARCH)

Attachment: signature.asc
Description: Digital signature

Reply via email to