[master] unify internal and export libraries

3550.	[func]		Unified the internal and export versions of the
			BIND libraries, allowing external clients to use
			the same libraries as BIND. [RT #33131]
This commit is contained in:
Evan Hunt
2013-04-10 13:49:57 -07:00
parent cc444c73d5
commit b99bfa184b
89 changed files with 2023 additions and 3503 deletions

View File

@@ -77,4 +77,4 @@ cat $keyname.key | grep -v '^; ' | $PERL -n -e '
local ($dn, $class, $type, $flags, $proto, $alg, @rest) = split;
local $key = join("", @rest);
print "-a $alg -e -k $dn -K $key\n"
' > sample.key
' > resolve.key