Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update libgit2 to latest master
  • Loading branch information
ianhattendorf committed Jan 11, 2020
commit ec694ba59ba39abe56b2d536ddbe362d008a7d3d
7 changes: 7 additions & 0 deletions generate/input/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,9 @@
"../include/git_buf_converter.h"
]
},
"cert": {
"needsForwardDeclaration": false
},
"cert_hostkey": {
"fields": {
"hash_md5": {
Expand All @@ -494,6 +497,10 @@
"hash_sha1": {
"cppClassName": "String",
"size": 20
},
"hash_sha256": {
"cppClassName": "String",
"size": 32
}
}
},
Expand Down
Loading