FreeBSD Bugzilla – Attachment 199127 Details for
Bug 233130
mail/enma: Fix build with openssl 1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-libsauth_src_dkimpublickey.c
patch-libsauth_src_dkimpublickey.c (text/plain), 839 bytes, created by
Yoshihiro Takahashi
on 2018-11-11 09:49:08 UTC
(
hide
)
Description:
patch-libsauth_src_dkimpublickey.c
Filename:
MIME Type:
Creator:
Yoshihiro Takahashi
Created:
2018-11-11 09:49:08 UTC
Size:
839 bytes
patch
obsolete
>--- ./libsauth/src/dkimpublickey.c.org 2018-11-11 18:07:34.804563000 +0900 >+++ ./libsauth/src/dkimpublickey.c 2018-11-11 17:48:47.356482000 +0900 >@@ -398,11 +398,11 @@ > // compare key type key-k-tag declared and stored in key-p-tag > switch (self->keytype) { > case DKIM_KEY_TYPE_RSA: >- if (EVP_PKEY_RSA != EVP_PKEY_type(self->pkey->type)) { >+ if (EVP_PKEY_RSA != EVP_PKEY_base_id(self->pkey)) { > DkimLogPermFail > (policy, > "key-k-tag and key-p-tag doesn't match: domain=%s, keyalg=0x%x, keytype=0x%x", >- domain, self->keytype, EVP_PKEY_type(self->pkey->type)); >+ domain, self->keytype, EVP_PKEY_base_id(self->pkey)); > SETDEREF(dstat, DSTAT_PERMFAIL_PUBLICKEY_TYPE_MISMATCH); > goto cleanup; > } // end if
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 233130
:
199126
| 199127