From: "MartinBosslet (Martin Bosslet)" Date: 2012-03-31T11:09:56+09:00 Subject: [ruby-core:43984] [ruby-trunk - Bug #6233] Definition of EVP_MD_CTX_cleanup incomplete. Issue #6233 has been updated by MartinBosslet (Martin Bosslet). mame (Yusuke Endoh) wrote: > I have no opinion about with this paticular case. > Is 0.9.6 still (effectively) maintained by OpenSSL team? It says nothing about end of life on their home page, but judging from the strategy of how they released security fixes in the past it seems like only the last major release will receive updates. For example while 0.9.8 was the version in development, they also published maintenance releases for 0.9.7, when 1.0.0 became the current series, they only released additional versions of 0.9.8. But that's just speculating, so I guess it's best if I ask on their mailing list. Or maybe nahi knows more? ---------------------------------------- Bug #6233: Definition of EVP_MD_CTX_cleanup incomplete. https://bugs.ruby-lang.org/issues/6233#change-25505 Author: rubysubmit (Ruby Submit) Status: Assigned Priority: Low Assignee: MartinBosslet (Martin Bosslet) Category: Target version: ruby -v: ruby 1.9.2p290 File: ext\openssl\openssl_missing.c Line: 67 #if !defined(HAVE_EVP_MD_CTX_CLEANUP) int EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx) { /* FIXME!!! */ memset(ctx, 0, sizeof(EVP_MD_CTX)); return 1; } #endif -- http://bugs.ruby-lang.org/