Skip to content

Commit cc1475c

Browse files
authored
std: remove std.crypto.Certificate.Parsed.pubKeySigAlgo method (#23811)
1 parent 56fad6a commit cc1475c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/std/crypto/Certificate.zig

-4
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,6 @@ pub const Parsed = struct {
223223
return p.slice(p.pub_key_slice);
224224
}
225225

226-
pub fn pubKeySigAlgo(p: Parsed) []const u8 {
227-
return p.slice(p.pub_key_signature_algorithm_slice);
228-
}
229-
230226
pub fn message(p: Parsed) []const u8 {
231227
return p.slice(p.message_slice);
232228
}

0 commit comments

Comments
 (0)