Fixed typo

This commit is contained in:
Adam Fowler 2020-02-01 14:17:41 +00:00
parent e14efed87e
commit 6f799e7a9a
1 changed files with 1 additions and 1 deletions

View File

@ -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
}