Skip to content

Commit

Permalink
Merge pull request #50 from IBM-Swift/xcode11
Browse files Browse the repository at this point in the history
ci: Enable Xcode11 build
  • Loading branch information
billabt authored Jul 18, 2019
2 parents 397b04b + 67cf1f2 commit d950a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CryptorRSA/CryptorRSAUtilities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public extension CryptorRSA {
throw Error(code: ERR_STRIP_PK_HEADER, reason: "Provided public key is empty")
}

var byteArray = [UInt8](keyData)
let byteArray = [UInt8](keyData)

var index = 0
guard byteArray[index] == 0x30 else {
Expand Down

0 comments on commit d950a1e

Please sign in to comment.