Skip to content

Commit

Permalink
Merge branch 'yubi' of gitlab.com:DimitriPapadopoulos/openconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmw2 committed Jun 28, 2021
2 parents bfe2793 + c68a4cc commit 05b1aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yubikey.c
Expand Up @@ -277,7 +277,7 @@ static int select_yubioath_applet(struct openconnect_info *vpninfo,
memset(vpninfo->yubikey_pwhash, 0, sizeof(vpninfo->yubikey_pwhash));
if (pin) {
/* Try working around pre-KitKat PBKDF2 bug discussed at
* https://forum.yubico.com/viewtopic.php?f=26&t=1601#p6807 and
* https://forum.yubico.com/viewtopica454-3.html?f=26&t=1601#p6807 and
* https://android-developers.googleblog.com/2013/12/changes-to-secretkeyfactory-api-in.html */
const char *in;
char *out;
Expand Down

0 comments on commit 05b1aca

Please sign in to comment.