[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/

In This Thread