mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
package does have BXA export approval, but the licensing strings on the dnssafe code are a bit unpleasant. The crypto is easy to restore and bind will run without it - just without full dnssec support. Obtained from: The Internet Software Consortium (www.isc.org)
8 lines
100 B
C
8 lines
100 B
C
#include <isc/ctl.h>
|
|
#include <isc/eventlib.h>
|
|
|
|
main (int argc, char **argv) {
|
|
evContext ctx ;
|
|
|
|
|
|
}
|