You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example at the top of section 16 "Interacting with foreign code" warns:
/Users/jruderman/Desktop/7.rs:6:26: 6:30 warning: found rust type `uint` in foreign module, while libc::c_uint or libc::c_ulong should be used
/Users/jruderman/Desktop/7.rs:6 fn SHA1(src: *u8, sz: uint, out: *u8) -> *u8;
^~~~
Sections 16.3 "Unsafe pointers" and 16.6 "Passing structures" also need to be updated to not use uint.
The text was updated successfully, but these errors were encountered:
Update the s2n-quic submodule to bring in the latest proofs. This is to
ensure we don't break any of the existing proofs.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
The example at the top of section 16 "Interacting with foreign code" warns:
Sections 16.3 "Unsafe pointers" and 16.6 "Passing structures" also need to be updated to not use uint.
The text was updated successfully, but these errors were encountered: