Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #72 from github/xcode-fix
Browse files Browse the repository at this point in the history
Small change to make xcode happy
  • Loading branch information
mastahyeti authored Feb 24, 2020
2 parents 1cf8757 + 7885546 commit 690e4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoftU2FTool/SHA256.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SHA256 {
return SHA256(data: data).webSafeB64Digest
}

let digest: Data
var digest: Data

var tupleDigest: TupleDigest {
return digest.withUnsafeBytes { digestPtr in
Expand Down

0 comments on commit 690e4a5

Please sign in to comment.