Skip to content

Commit f465308

Browse files
authored
Merge pull request #22 from IBM-Swift/issue.warnings
Fixed compilation warnings
2 parents 9ff1dc2 + 4ee179a commit f465308

File tree

2 files changed

+226
-216
lines changed

2 files changed

+226
-216
lines changed

Sources/CryptorRSA/CryptorRSADigest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public extension Data {
230230

231231
#else
232232

233-
public var engine: (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>! {
233+
public var engine: (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>? {
234234

235235
switch self {
236236

0 commit comments

Comments
 (0)