On Fri, May 30, 2008 at 7:23 PM, Simon 'corecode' Schubert <[EMAIL PROTECTED]> wrote: > Thanks for your submission! Could you please send diffs excluding upstream > sources, as this makes the diffs really large and they can be obtained from > upstream anyways.
http://frugalware.org/~voroskoi/dfly/openssl-0.9.8h-secure.diff Here it is. It contains only the the diff to secure/ dir. It's quite big too, but that's because of the manpage changes. For the Makefile{,inc} changes see: http://frugalware.org/~voroskoi/dfly/openssl-0.9.8h-min.diff >> I had to add >> CFLAGS+= -DOPENSSL_NO_GMP >> CFLAGS+= -DOPENSSL_NO_CMS >> to Makefile.inc, but it was the old behaviour anyway. > > What do you mean with "was the old behaviour"? Is this new functionality in > openssl? Do we want that? GMP was disabled and it is disabled now too. It's also disabled in opensslconf-i386.h and opensslconf-amd64.h, but openssl seems to ignore it. It's disabled on a default openssl install. CMS is new code as you can see in CHANGES. It's also disabled by default in openssl, i've added the source files to Makefile, but i've commented them. That's all i think.
