[BACK]Return to dst_api.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libresolv

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libresolv/dst_api.c between version 1.7 and 1.8

version 1.7, 2021/12/31 20:22:48 version 1.8, 2022/01/24 09:14:37
Line 680  dst_dnskey_to_key(const char *in_name, c
Line 680  dst_dnskey_to_key(const char *in_name, c
                 start += 2;                  start += 2;
         }          }
         /*          /*
          * now point to the begining of the data representing the encoding           * now point to the beginning of the data representing the encoding
          * of the key           * of the key
          */           */
         if (key_st->dk_func && key_st->dk_func->from_dns_key) {          if (key_st->dk_func && key_st->dk_func->from_dns_key) {

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>