Skip to content

Commit

Permalink
细节调整
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeyang committed Oct 18, 2021
1 parent 4be3dbf commit 3318274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PracticeTLS/TLS/TLSProtocol.swift
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ struct KeyShareEntry: Streamable {
}
}

extension Data {
public extension Data {
var bytes: [UInt8] {
return [UInt8](self)
}
Expand Down

0 comments on commit 3318274

Please sign in to comment.