Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/isc/include/isc/result.h,v rcsdiff: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/isc/include/isc/result.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/external/mpl/bind/dist/lib/isc/include/isc/result.h 2018/08/12 13:02:38 1.2 +++ src/external/mpl/bind/dist/lib/isc/include/isc/result.h 2019/01/09 16:55:15 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: result.h,v 1.2 2018/08/12 13:02:38 christos Exp $ */ +/* $NetBSD: result.h,v 1.3 2019/01/09 16:55:15 christos Exp $ */ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") @@ -86,9 +86,10 @@ #define ISC_R_MULTIPLE 62 /*%< multiple */ #define ISC_R_WOULDBLOCK 63 /*%< would block */ #define ISC_R_COMPLETE 64 /*%< complete */ +#define ISC_R_CRYPTOFAILURE 65 /*%< cryptography library failure */ /*% Not a result code: the number of results. */ -#define ISC_R_NRESULTS 65 +#define ISC_R_NRESULTS 66 ISC_LANG_BEGINDECLS