Skip to content

Commit e928f23

Browse files
committed
const-oid: add RFC 7292 - add file
1 parent 4c16ee8 commit e928f23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

const-oid/oiddbgen/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const RFCS: &[(&str, &str)] = &[
1717
("rfc6960", include_str!("../rfc6960.txt")),
1818
("rfc6962", include_str!("../rfc6962.txt")),
1919
("rfc7107", include_str!("../rfc7107.txt")),
20+
("rfc7292", include_str!("../rfc7292.txt")),
2021
("rfc7299", include_str!("../rfc7299.txt")),
2122
("rfc7693", include_str!("../rfc7693.txt")),
2223
("rfc8410", include_str!("../rfc8410.txt")),

0 commit comments

Comments
 (0)