mirror of
https://github.com/openssh/libopenssh
synced 2026-04-16 01:35:52 +00:00
15 lines
140 B
C
15 lines
140 B
C
/* $OpenBSD$ */
|
|
/*
|
|
* Placed in the public domain
|
|
*/
|
|
|
|
#include "test_helper.h"
|
|
|
|
void kex_tests(void);
|
|
|
|
void
|
|
tests(void)
|
|
{
|
|
kex_tests();
|
|
}
|