2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 23:25:38 +00:00

include config.h

This commit is contained in:
David Lawrence
2000-04-28 02:08:20 +00:00
parent 2d3c2c9911
commit 6b7257f756
69 changed files with 206 additions and 60 deletions

View File

@@ -15,12 +15,14 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: omapi.c,v 1.11 2000/04/04 20:06:53 gson Exp $ */ /* $Id: omapi.c,v 1.12 2000/04/28 02:07:57 tale Exp $ */
/* /*
* Principal Author: DCL * Principal Author: DCL
*/ */
#include <config.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>

View File

@@ -15,12 +15,14 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: rndc.c,v 1.9 2000/04/24 22:55:29 tale Exp $ */ /* $Id: rndc.c,v 1.10 2000/04/28 02:07:58 tale Exp $ */
/* /*
* Principal Author: DCL * Principal Author: DCL
*/ */
#include <config.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>

View File

@@ -15,6 +15,8 @@
* SOFTWARE. * SOFTWARE.
*/ */
#include <config.h>
#include <ctype.h> #include <ctype.h>
#include <limits.h> #include <limits.h>
#include <stdio.h> #include <stdio.h>

View File

@@ -15,10 +15,12 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: log.c,v 1.17 2000/04/28 01:10:04 halley Exp $ */ /* $Id: log.c,v 1.18 2000/04/28 02:08:00 tale Exp $ */
/* Principal Authors: DCL */ /* Principal Authors: DCL */
#include <config.h>
#include <isc/assertions.h> #include <isc/assertions.h>
#include <isc/log.h> #include <isc/log.h>
#include <isc/result.h> #include <isc/result.h>

View File

@@ -15,6 +15,8 @@
* SOFTWARE. * SOFTWARE.
*/ */
#include <config.h>
#include <stddef.h> #include <stddef.h>
#include <isc/assertions.h> #include <isc/assertions.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_add.c */ /* crypto/bn/bn_add.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include "bn_lcl.h" #include "bn_lcl.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_asm.c */ /* crypto/bn/bn_asm.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -62,8 +61,11 @@
# define NDEBUG # define NDEBUG
#endif #endif
#include <stdio.h> #include <config.h>
#include "../rename.h"
#include <assert.h> #include <assert.h>
#include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include "bn_lcl.h" #include "bn_lcl.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_ctx.c */ /* crypto/bn/bn_ctx.c */
/* Written by Ulf Moeller for the OpenSSL project. */ /* Written by Ulf Moeller for the OpenSSL project. */
/* ==================================================================== /* ====================================================================
@@ -55,6 +54,9 @@
* *
*/ */
#include <config.h>
#include "../rename.h"
#ifndef BN_CTX_DEBUG #ifndef BN_CTX_DEBUG
# undef NDEBUG /* avoid conflicting definitions */ # undef NDEBUG /* avoid conflicting definitions */
# define NDEBUG # define NDEBUG

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_div.c */ /* crypto/bn/bn_div.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <openssl/bn.h> #include <openssl/bn.h>
#include "cryptlib.h" #include "cryptlib.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_err.c */ /* crypto/bn/bn_err.c */
/* ==================================================================== /* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved. * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
@@ -58,6 +57,9 @@
* made to it will be overwritten when the script next updates this file. * made to it will be overwritten when the script next updates this file.
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <openssl/err.h> #include <openssl/err.h>
#include <openssl/bn.h> #include <openssl/bn.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_exp.c */ /* crypto/bn/bn_exp.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include "bn_lcl.h" #include "bn_lcl.h"

View File

@@ -1,4 +1,6 @@
#include <config.h>
#include "../rename.h" #include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include "bn_lcl.h" #include "bn_lcl.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_gcd.c */ /* crypto/bn/bn_gcd.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include "bn_lcl.h" #include "bn_lcl.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_lib.c */ /* crypto/bn/bn_lib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include "bn_lcl.h" #include "bn_lcl.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_mont.c */ /* crypto/bn/bn_mont.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -64,6 +63,9 @@
* sections 3.8 and 4.2 in http://security.ece.orst.edu/koc/papers/r01rsasw.pdf * sections 3.8 and 4.2 in http://security.ece.orst.edu/koc/papers/r01rsasw.pdf
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include "bn_lcl.h" #include "bn_lcl.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_mul.c */ /* crypto/bn/bn_mul.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include "bn_lcl.h" #include "bn_lcl.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_prime.c */ /* crypto/bn/bn_prime.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -110,6 +109,9 @@
* *
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>
#include "cryptlib.h" #include "cryptlib.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_print.c */ /* crypto/bn/bn_print.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>
#include "cryptlib.h" #include "cryptlib.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_rand.c */ /* crypto/bn/bn_rand.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>
#include "cryptlib.h" #include "cryptlib.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_recp.c */ /* crypto/bn/bn_recp.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include "bn_lcl.h" #include "bn_lcl.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_shift.c */ /* crypto/bn/bn_shift.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include "bn_lcl.h" #include "bn_lcl.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_sqr.c */ /* crypto/bn/bn_sqr.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include "bn_lcl.h" #include "bn_lcl.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_word.c */ /* crypto/bn/bn_word.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include "bn_lcl.h" #include "bn_lcl.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/buffer/buffer.c */ /* crypto/buffer/buffer.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include <openssl/buffer.h> #include <openssl/buffer.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/cryptlib.c */ /* crypto/cryptlib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include "cryptlib.h" #include "cryptlib.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dh/dh_err.c */ /* crypto/dh/dh_err.c */
/* ==================================================================== /* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved. * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
@@ -58,6 +57,9 @@
* made to it will be overwritten when the script next updates this file. * made to it will be overwritten when the script next updates this file.
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <openssl/err.h> #include <openssl/err.h>
#include <openssl/dh.h> #include <openssl/dh.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dh/dh_gen.c */ /* crypto/dh/dh_gen.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include <openssl/bn.h> #include <openssl/bn.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dh/dh_key.c */ /* crypto/dh/dh_key.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include <openssl/bn.h> #include <openssl/bn.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dh/dh_lib.c */ /* crypto/dh/dh_lib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include <openssl/bn.h> #include <openssl/bn.h>

View File

@@ -1,6 +1,8 @@
#include "../rename.h"
/* crypto/dsa/dsa_asn1.c */ /* crypto/dsa/dsa_asn1.c */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include <openssl/dsa.h> #include <openssl/dsa.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dsa/dsa_err.c */ /* crypto/dsa/dsa_err.c */
/* ==================================================================== /* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved. * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
@@ -58,6 +57,9 @@
* made to it will be overwritten when the script next updates this file. * made to it will be overwritten when the script next updates this file.
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <openssl/err.h> #include <openssl/err.h>
#include <openssl/dsa.h> #include <openssl/dsa.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dsa/dsa_gen.c */ /* crypto/dsa/dsa_gen.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -72,6 +71,9 @@
#ifndef NO_SHA #ifndef NO_SHA
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>
#include "cryptlib.h" #include "cryptlib.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dsa/dsa_key.c */ /* crypto/dsa/dsa_key.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -58,6 +57,9 @@
*/ */
#ifndef NO_SHA #ifndef NO_SHA
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>
#include "cryptlib.h" #include "cryptlib.h"

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dsa/dsa_lib.c */ /* crypto/dsa/dsa_lib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -59,6 +58,9 @@
/* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */ /* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include <openssl/bn.h> #include <openssl/bn.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dsa/dsa_ossl.c */ /* crypto/dsa/dsa_ossl.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -59,6 +58,9 @@
/* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */ /* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include <openssl/bn.h> #include <openssl/bn.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dsa/dsa_sign.c */ /* crypto/dsa/dsa_sign.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -59,6 +58,9 @@
/* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */ /* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include <openssl/bn.h> #include <openssl/bn.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dsa/dsa_vrf.c */ /* crypto/dsa/dsa_vrf.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -59,6 +58,9 @@
/* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */ /* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include <openssl/bn.h> #include <openssl/bn.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/err/err.c */ /* crypto/err/err.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <stdarg.h> #include <stdarg.h>
#include <openssl/lhash.h> #include <openssl/lhash.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/ex_data.c */ /* crypto/ex_data.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <openssl/buffer.h> #include <openssl/buffer.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/lhash/lhash.c */ /* crypto/lhash/lhash.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -95,6 +94,10 @@
* *
* 1.0 eay - First version * 1.0 eay - First version
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/md5/md5_dgst.c */ /* crypto/md5/md5_dgst.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "md5_locl.h" #include "md5_locl.h"
#include <openssl/opensslv.h> #include <openssl/opensslv.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/rand/md_rand.c */ /* crypto/rand/md_rand.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -65,6 +64,9 @@
# endif # endif
#endif #endif
#include <config.h>
#include "../rename.h"
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/mem.c */ /* crypto/mem.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <openssl/crypto.h> #include <openssl/crypto.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/mem_dbg.c */ /* crypto/mem_dbg.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <time.h> #include <time.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/rand/rand_lib.c */ /* crypto/rand/rand_lib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>
#include <openssl/rand.h> #include <openssl/rand.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/sha/sha1_one.c */ /* crypto/sha/sha1_one.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <openssl/sha.h> #include <openssl/sha.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/sha/sha1dgst.c */ /* crypto/sha/sha1dgst.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -62,6 +61,9 @@
#undef SHA_0 #undef SHA_0
#define SHA_1 #define SHA_1
#include <config.h>
#include "../rename.h"
#include <openssl/opensslv.h> #include <openssl/opensslv.h>
const char *SHA1_version="SHA1" OPENSSL_VERSION_PTEXT; const char *SHA1_version="SHA1" OPENSSL_VERSION_PTEXT;

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/stack/stack.c */ /* crypto/stack/stack.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -66,6 +65,9 @@
* *
* 1.0 eay - First version 29/07/92 * 1.0 eay - First version 29/07/92
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#include <openssl/stack.h> #include <openssl/stack.h>

View File

@@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/threads/th-lock.c */ /* crypto/threads/th-lock.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
@@ -57,6 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include <config.h>
#include "../rename.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@@ -48,7 +48,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
/* $Id: commandline.c,v 1.4 2000/04/28 01:04:40 halley Exp $ */ /* $Id: commandline.c,v 1.5 2000/04/28 02:08:11 tale Exp $ */
/* /*
* This file was adapted from the NetBSD project's source tree, RCS ID: * This file was adapted from the NetBSD project's source tree, RCS ID:
@@ -63,6 +63,8 @@
* Principal ISC caretaker: DCL * Principal ISC caretaker: DCL
*/ */
#include <config.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>

View File

@@ -15,10 +15,12 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: log.c,v 1.26 2000/04/11 18:22:34 tale Exp $ */ /* $Id: log.c,v 1.27 2000/04/28 02:08:11 tale Exp $ */
/* Principal Authors: DCL */ /* Principal Authors: DCL */
#include <config.h>
#include <errno.h> #include <errno.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@@ -15,6 +15,8 @@
* SOFTWARE. * SOFTWARE.
*/ */
#include <config.h>
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -3,9 +3,10 @@
* The Berkeley Software Design Inc. software License Agreement specifies * The Berkeley Software Design Inc. software License Agreement specifies
* the terms and conditions for redistribution. * the terms and conditions for redistribution.
* *
* BSDI $Id: getaddrinfo.c,v 1.14 2000/03/10 23:11:27 explorer Exp $ * BSDI $Id: getaddrinfo.c,v 1.15 2000/04/28 02:08:12 tale Exp $
*/ */
#include <config.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -15,6 +15,8 @@
* SOFTWARE. * SOFTWARE.
*/ */
#include <config.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -15,6 +15,8 @@
* SOFTWARE. * SOFTWARE.
*/ */
#include <config.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -15,6 +15,8 @@
* SOFTWARE. * SOFTWARE.
*/ */
#include <config.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -50,9 +50,11 @@
#if defined(LIBC_SCCS) && !defined(lint) #if defined(LIBC_SCCS) && !defined(lint)
static const char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; static const char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93";
static const char rcsid[] = "$Id: herror.c,v 1.2 2000/02/03 21:54:10 marka Exp $"; static const char rcsid[] = "$Id: herror.c,v 1.3 2000/04/28 02:08:14 tale Exp $";
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
#include <config.h>
#include <stdio.h> #include <stdio.h>
#include <lwres/netdb.h> #include <lwres/netdb.h>

View File

@@ -15,7 +15,7 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: auth.c,v 1.3 2000/04/27 00:03:07 tale Exp $ */ /* $Id: auth.c,v 1.4 2000/04/28 02:08:15 tale Exp $ */
/* Principal Author: DCL */ /* Principal Author: DCL */
@@ -33,6 +33,9 @@
/* /*
* Subroutines for dealing with authorization. * Subroutines for dealing with authorization.
*/ */
#include <config.h>
#include <errno.h> #include <errno.h>
#include <stddef.h> /* NULL */ #include <stddef.h> /* NULL */
#include <string.h> /* memset */ #include <string.h> /* memset */

View File

@@ -15,13 +15,16 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: connection.c,v 1.21 2000/04/28 01:24:18 gson Exp $ */ /* $Id: connection.c,v 1.22 2000/04/28 02:08:15 tale Exp $ */
/* Principal Author: DCL */ /* Principal Author: DCL */
/* /*
* Subroutines for dealing with connections. * Subroutines for dealing with connections.
*/ */
#include <config.h>
#include <errno.h> #include <errno.h>
#include <stddef.h> /* NULL */ #include <stddef.h> /* NULL */
#include <string.h> /* memset */ #include <string.h> /* memset */

View File

@@ -15,13 +15,16 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: data.c,v 1.10 2000/03/14 03:37:48 tale Exp $ */ /* $Id: data.c,v 1.11 2000/04/28 02:08:16 tale Exp $ */
/* Principal Author: Ted Lemon */ /* Principal Author: Ted Lemon */
/* /*
* Functions supporting memory allocation for the object management protocol. * Functions supporting memory allocation for the object management protocol.
*/ */
#include <config.h>
#include <stdlib.h> /* abort() */ #include <stdlib.h> /* abort() */
#include <string.h> /* memset */ #include <string.h> /* memset */

View File

@@ -15,13 +15,16 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: generic.c,v 1.11 2000/03/14 03:38:54 tale Exp $ */ /* $Id: generic.c,v 1.12 2000/04/28 02:08:16 tale Exp $ */
/* Principal Author: Ted Lemon */ /* Principal Author: Ted Lemon */
/* /*
* Subroutines that support the generic object. * Subroutines that support the generic object.
*/ */
#include <config.h>
#include <stddef.h> /* NULL */ #include <stddef.h> /* NULL */
#include <string.h> /* memset */ #include <string.h> /* memset */

View File

@@ -15,13 +15,16 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: handle.c,v 1.9 2000/03/14 03:46:41 tale Exp $ */ /* $Id: handle.c,v 1.10 2000/04/28 02:08:17 tale Exp $ */
/* Principal Author: Ted Lemon */ /* Principal Author: Ted Lemon */
/* /*
* Functions for maintaining handles on objects. * Functions for maintaining handles on objects.
*/ */
#include <config.h>
#include <stddef.h> /* NULL */ #include <stddef.h> /* NULL */
#include <string.h> /* memset */ #include <string.h> /* memset */

View File

@@ -15,7 +15,9 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $ID: $ */ /* $Id: lib.c,v 1.9 2000/04/28 02:08:17 tale Exp $ */
#include <config.h>
#include <stddef.h> #include <stddef.h>

View File

@@ -18,6 +18,9 @@
/* /*
* Subroutines that support the generic listener object. * Subroutines that support the generic listener object.
*/ */
#include <config.h>
#include <stdlib.h> /* NULL and abort() */ #include <stdlib.h> /* NULL and abort() */
#include <string.h> /* memset */ #include <string.h> /* memset */

View File

@@ -18,6 +18,9 @@
/* /*
* Subroutines for dealing with message objects. * Subroutines for dealing with message objects.
*/ */
#include <config.h>
#include <stddef.h> /* NULL */ #include <stddef.h> /* NULL */
#include <string.h> /* memset */ #include <string.h> /* memset */

View File

@@ -15,10 +15,12 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: object.c,v 1.14 2000/03/18 00:34:53 tale Exp $ */ /* $Id: object.c,v 1.15 2000/04/28 02:08:19 tale Exp $ */
/* Principal Author: Ted Lemon */ /* Principal Author: Ted Lemon */
#include <config.h>
#include <string.h> /* memset */ #include <string.h> /* memset */
#include <isc/assertions.h> #include <isc/assertions.h>

View File

@@ -18,6 +18,9 @@
/* /*
* Functions supporting the object management protocol. * Functions supporting the object management protocol.
*/ */
#include <config.h>
#include <stddef.h> /* NULL */ #include <stddef.h> /* NULL */
#include <stdlib.h> /* random */ #include <stdlib.h> /* random */
#include <string.h> /* memset */ #include <string.h> /* memset */

View File

@@ -15,10 +15,12 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: string.c,v 1.4 2000/02/03 23:14:35 halley Exp $ */ /* $Id: string.c,v 1.5 2000/04/28 02:08:20 tale Exp $ */
/* Principal Author: Ted Lemon */ /* Principal Author: Ted Lemon */
#include <config.h>
#include <string.h> /* memset */ #include <string.h> /* memset */
#include <isc/assertions.h> #include <isc/assertions.h>

View File

@@ -15,10 +15,12 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: value.c,v 1.4 2000/02/03 23:14:35 halley Exp $ */ /* $Id: value.c,v 1.5 2000/04/28 02:08:20 tale Exp $ */
/* Principal Author: Ted Lemon */ /* Principal Author: Ted Lemon */
#include <config.h>
#include <string.h> /* memset */ #include <string.h> /* memset */
#include <isc/assertions.h> #include <isc/assertions.h>