Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
9762c7e9
Commit
9762c7e9
authored
Mar 03, 2021
by
Laurent Montel
😁
Browse files
Remove warning
parent
804d88e0
Pipeline
#52921
canceled with stage
in 7 minutes and 12 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
messageviewer/src/dkim-verify/dkimchecksignaturejob.cpp
View file @
9762c7e9
...
...
@@ -481,7 +481,7 @@ void DKIMCheckSignatureJob::verifyRSASignature()
if
(
rsaPublicKey
.
e
().
toString
().
toLong
()
*
4
<
1024
)
{
const
int
publicRsaTooSmallPolicyValue
=
mPolicy
.
publicRsaTooSmallPolicy
();
if
(
publicRsaTooSmallPolicyValue
==
MessageViewer
::
MessageViewerSettings
::
EnumPublicRsaTooSmall
::
Nothing
)
{
;
// Nothing
// Nothing
}
else
if
(
publicRsaTooSmallPolicyValue
==
MessageViewer
::
MessageViewerSettings
::
EnumPublicRsaTooSmall
::
Warning
)
{
mWarning
=
MessageViewer
::
DKIMCheckSignatureJob
::
DKIMWarning
::
PublicRsaKeyTooSmall
;
}
else
if
(
publicRsaTooSmallPolicyValue
==
MessageViewer
::
MessageViewerSettings
::
EnumPublicRsaTooSmall
::
Error
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment