Project

General

Profile

Actions

Bug #6233

closed

Definition of EVP_MD_CTX_cleanup incomplete.

Added by rubysubmit (Ruby Submit) about 12 years ago. Updated almost 8 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2p290
Backport:
[ruby-core:43958]

Description

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

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0