Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Feb 1, 2020
1 parent e14efed commit 6f799e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AWSCrypto/SHA2.swift
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public struct SHA512Digest : ByteDigest {
}

public struct SHA512: _OpenSSLHashFunction {
public typealias Digest = SHA256Digest
public typealias Digest = SHA512Digest
public static var algorithm: OpaquePointer { return EVP_sha512() }
var context: OpaquePointer
}
Expand Down

0 comments on commit 6f799e7

Please sign in to comment.