Skip to content

Commit

Permalink
Merge pull request #22 from IBM-Swift/issue.warnings
Browse files Browse the repository at this point in the history
Fixed compilation warnings
  • Loading branch information
ianpartridge authored Aug 8, 2018
2 parents 9ff1dc2 + 4ee179a commit f465308
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 216 deletions.
2 changes: 1 addition & 1 deletion Sources/CryptorRSA/CryptorRSADigest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public extension Data {

#else

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

switch self {

Expand Down
Loading

0 comments on commit f465308

Please sign in to comment.