bind9/lib/dns/sec
Mark Andrews 7f2ad79f65 "do" was missing from the RETERR macro:
#define RETERR(x) do { \
        ret = (x); \
        if (ret != ISC_R_SUCCESS) \
                return (ret); \
        } while (0)
1999-10-29 05:25:57 +00:00
..
dnssafe add int to function declaration typedefs 1999-10-11 22:18:58 +00:00
dst "do" was missing from the RETERR macro: 1999-10-29 05:25:57 +00:00
openssl removed initializer warning 1999-10-11 22:00:27 +00:00
.cvsignore add 1999-07-13 01:53:40 +00:00
Makefile.in Added underlying DNSSEC support (dst and crypto libraries) 1999-07-12 20:08:42 +00:00