Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 562868 Details for
Bug 676080
net-libs/liboauth - liboauth.so: undefined reference to EVP_MD_CTX_cleanup
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for liboauth-1.0.3-openssl-1.1.patch
liboauth-1.0.3-openssl-1.1-not_enough.patch (text/plain), 750 bytes, created by
Wataru Sakurai
on 2019-01-26 14:35:51 UTC
(
hide
)
Description:
patch for liboauth-1.0.3-openssl-1.1.patch
Filename:
MIME Type:
Creator:
Wataru Sakurai
Created:
2019-01-26 14:35:51 UTC
Size:
750 bytes
patch
obsolete
>diff --git a/src/hash.c b/src/hash.c >index 551991f..a0bc8b6 100644 >--- a/src/hash.c >+++ b/src/hash.c >@@ -455,7 +455,7 @@ int oauth_verify_rsa_sha1 (const char *m, const char *c, const char *s) { > EVP_VerifyInit(md_ctx, EVP_sha1()); > EVP_VerifyUpdate(md_ctx, m, strlen(m)); > err = EVP_VerifyFinal(md_ctx, b64d, slen, pkey); >- EVP_MD_CTX_cleanup(md_ctx); >+ EVP_MD_CTX_free(md_ctx); > EVP_PKEY_free(pkey); > xfree(b64d); > return (err); >@@ -485,7 +485,7 @@ char *oauth_body_hash_file(char *filename) { > len=0; > md=(unsigned char*) xcalloc(EVP_MD_size(EVP_sha1()),sizeof(unsigned char)); > EVP_DigestFinal(ctx, md,(unsigned int*) &len); >- EVP_MD_CTX_cleanup(ctx); >+ EVP_MD_CTX_free(ctx); > return oauth_body_hash_encode(len, md); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 676080
: 562868