Module Name: src Committed By: riz Date: Sun Feb 10 20:21:14 UTC 2013
Modified Files: src/crypto/external/bsd/openssl/dist/engines/ccgost [netbsd-6]: gost_eng.c Log Message: Pull up following revision(s) (requested by manu in ticket #806): crypto/external/bsd/openssl/dist/engines/ccgost/gost_eng.c: revision 1.2 Pull multiple free bua fix from upstream: http://git.openssl.org/gitweb/?p=openssl.git;a=patch;h=d21bf10dea6588b63 2a65b4fe594e04f288aad83;hp=d47c01a31a67ff4370b1883a58cabd0279752bb4 Multiple copies of the ENGINE will cause problems when it is cleaned up as the methods are stored in static structures which will be overwritten and freed up more than once. Set static methods to NULL when the ENGINE is freed so it can be reloaded. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.1.1.1.8.1 \ src/crypto/external/bsd/openssl/dist/engines/ccgost/gost_eng.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.