[#70843] Re: [ruby-cvs:58952] hsbt:r51801 (trunk): * lib/rubygems: Update to RubyGems HEAD(fe61e4c112). — Eric Wong <normalperson@...>
hsbt@ruby-lang.org wrote:
3 messages
2015/09/17
[ruby-core:70762] [Ruby trunk - Bug #6233] Definition of EVP_MD_CTX_cleanup incomplete.
From:
zzak@...
Date:
2015-09-13 03:18:05 UTC
List:
ruby-core #70762
Issue #6233 has been updated by Zachary Scott.
Assignee changed from Martin Bosslet to openssl
----------------------------------------
Bug #6233: Definition of EVP_MD_CTX_cleanup incomplete.
https://bugs.ruby-lang.org/issues/6233#change-54141
* Author: Ruby Submit
* Status: Assigned
* Priority: Normal
* Assignee: openssl
* ruby -v: ruby 1.9.2p290
* Backport:
----------------------------------------
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
--
https://bugs.ruby-lang.org/