mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-13 15:53:52 -05:00
update API and def files for 9.7.0b2 release
This commit is contained in:
parent
da1f044e5d
commit
5b72cda36b
4 changed files with 8 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
LIBINTERFACE = 60
|
||||
LIBINTERFACE = 61
|
||||
LIBREVISION = 0
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
LIBINTERFACE = 60
|
||||
LIBINTERFACE = 61
|
||||
LIBREVISION = 0
|
||||
LIBAGE = 0
|
||||
LIBAGE = 1
|
||||
|
|
|
|||
|
|
@ -392,15 +392,19 @@ isc_sha1_invalidate
|
|||
isc_sha1_update
|
||||
isc_sha224_final
|
||||
isc_sha224_init
|
||||
isc_sha224_invalidate
|
||||
isc_sha224_update
|
||||
isc_sha256_final
|
||||
isc_sha256_init
|
||||
isc_sha256_invalidate
|
||||
isc_sha256_update
|
||||
isc_sha384_final
|
||||
isc_sha384_init
|
||||
isc_sha384_invalidate
|
||||
isc_sha384_update
|
||||
isc_sha512_final
|
||||
isc_sha512_init
|
||||
isc_sha512_invalidate
|
||||
isc_sha512_update
|
||||
isc_sockaddr_any
|
||||
isc_sockaddr_any6
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
LIBINTERFACE = 60
|
||||
LIBREVISION = 0
|
||||
LIBREVISION = 1
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue