diff --git a/test/katrunner/src/main.rs b/test/katrunner/src/main.rs index 0da5c3e5..2a643423 100644 --- a/test/katrunner/src/main.rs +++ b/test/katrunner/src/main.rs @@ -42,7 +42,7 @@ lazy_static! { static ref DRBGV: Mutex> = Mutex::new(HashMap::new()); } -// We have to provide the implementation for qrs_randombytes +// We have to provide the implementation for randombytes #[no_mangle] unsafe extern "C" fn randombytes( data: *mut ::std::os::raw::c_uchar,