Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
3b6460cd
Commit
3b6460cd
authored
Nov 16, 2016
by
Francis Dupont
Browse files
[master] Replaced empty for old Botan versions
parent
419a93bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/cryptolink/botan_hmac.cc
View file @
3b6460cd
...
...
@@ -183,7 +183,7 @@ public:
if
(
len
>
size
)
{
len
=
size
;
}
if
(
digest_
.
empty
()
)
{
if
(
digest_
.
size
()
==
0
)
{
digest_
=
hmac_
->
final
();
}
return
(
Botan
::
same_mem
(
&
digest_
[
0
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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