Skip to content
Open
Changes from all commits
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
3 changes: 2 additions & 1 deletion test/roc_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

#ifndef __riscv
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
Expand Down Expand Up @@ -173,3 +173,4 @@ srtp_err_status_t roc_test(size_t num_trials)

return srtp_err_status_ok;
}
#endif