tsigconf.c revision c6d4f781529d2f28693546b25b2967d44ec89e60
850a31f07e132ecb33dd7d0e5d6fc2fd3eae30f9Mark Andrews * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
850a31f07e132ecb33dd7d0e5d6fc2fd3eae30f9Mark Andrews * Copyright (C) 1999-2001 Internet Software Consortium.
850a31f07e132ecb33dd7d0e5d6fc2fd3eae30f9Mark Andrews * Permission to use, copy, modify, and distribute this software for any
850a31f07e132ecb33dd7d0e5d6fc2fd3eae30f9Mark Andrews * purpose with or without fee is hereby granted, provided that the above
850a31f07e132ecb33dd7d0e5d6fc2fd3eae30f9Mark Andrews * copyright notice and this permission notice appear in all copies.
850a31f07e132ecb33dd7d0e5d6fc2fd3eae30f9Mark Andrews * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
850a31f07e132ecb33dd7d0e5d6fc2fd3eae30f9Mark Andrews * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
850a31f07e132ecb33dd7d0e5d6fc2fd3eae30f9Mark Andrews * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
850a31f07e132ecb33dd7d0e5d6fc2fd3eae30f9Mark Andrews * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
850a31f07e132ecb33dd7d0e5d6fc2fd3eae30f9Mark Andrews * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
850a31f07e132ecb33dd7d0e5d6fc2fd3eae30f9Mark Andrews * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
850a31f07e132ecb33dd7d0e5d6fc2fd3eae30f9Mark Andrews * PERFORMANCE OF THIS SOFTWARE.
6c52944ef2281095d1c317a45ea013b8f3cfa135Mark Andrews/* $Id: tsigconf.c,v 1.26 2006/01/27 02:35:14 marka Exp $ */
#include <config.h>
static isc_result_t
int secretalloc = 0;
int secretlen = 0;
const char *algstr;
const char *secretstr;
goto failure;
!= ISC_R_SUCCESS) {
goto failure;
goto failure;
goto failure;
goto failure;
return (ISC_R_SUCCESS);
return (ret);
return (result);
goto failure;
return (ISC_R_SUCCESS);
return (result);