]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/openssh/regress/unittests/kex/tests.c
MFH (r265214, r294333, r294407, r294467): misc prop fixes
[FreeBSD/stable/10.git] / crypto / openssh / regress / unittests / kex / tests.c
1 /*      $OpenBSD: tests.c,v 1.1 2015/01/15 23:41:29 markus Exp $ */
2 /*
3  * Placed in the public domain
4  */
5
6 #include "../test_helper/test_helper.h"
7
8 void kex_tests(void);
9
10 void
11 tests(void)
12 {
13         kex_tests();
14 }