From: k@... Date: 2016-05-28T05:04:09+00:00 Subject: [ruby-core:75758] [Ruby trunk Bug#6233][Closed] Definition of EVP_MD_CTX_cleanup incomplete. Issue #6233 has been updated by Kazuki Yamaguchi. Status changed from Assigned to Closed r55162 (openssl: drop OpenSSL 0.9.6/0.9.7 support, 2016-05-25) removed the code. ---------------------------------------- Bug #6233: Definition of EVP_MD_CTX_cleanup incomplete. https://bugs.ruby-lang.org/issues/6233#change-58888 * Author: Ruby Submit * Status: Closed * 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/ Unsubscribe: