1/*
2 * Public domain
3 * dummy shim for some tests.
4 */
5
6#include "extern.h"
7
8int
9constraints_validate(const char *fn, const struct cert *cert)
10{
11	return 1;
12}
13