123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- #ifndef AUTH_TEST_CASES_H
- #define AUTH_TEST_CASES_H
- #ifdef HAVE_CONFIG_H
- #include <config.h>
- #endif
- #include "auth.h"
- extern const srtp_auth_test_case_t srtp_hmac_test_case_0;
- #endif
|