Tue May 5 15:29:46 2009 UTC ()
Don't bother searching for assert.h, it's not needed any more


(agc)
diff -r1.2 -r1.3 src/crypto/external/bsd/netpgp/dist/configure
diff -r1.2 -r1.3 src/crypto/external/bsd/netpgp/dist/configure.ac
diff -r1.2 -r1.3 src/crypto/external/bsd/netpgp/dist/src/lib/config.h
diff -r1.2 -r1.3 src/crypto/external/bsd/netpgp/dist/src/lib/config.h.in
diff -r1.7 -r1.8 src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c
diff -r1.6 -r1.7 src/crypto/external/bsd/netpgp/dist/src/lib/packet-parse.c
diff -r1.4 -r1.5 src/crypto/external/bsd/netpgp/dist/src/lib/validate.c

cvs diff -r1.2 -r1.3 src/crypto/external/bsd/netpgp/dist/configure (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/configure 2009/04/25 01:29:14 1.2
+++ src/crypto/external/bsd/netpgp/dist/configure 2009/05/05 15:29:46 1.3
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.63 for netpgp 20090423. 3# Generated by GNU Autoconf 2.63 for netpgp 20090423.
4# 4#
5# Report bugs to <"Alistair Crooks agc@netbsd.org c0596823">. 5# Report bugs to <Alistair Crooks <agc@netbsd.org> c0596823>.
6# 6#
7# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 7# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 8# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9# This configure script is free software; the Free Software Foundation 9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it. 10# gives unlimited permission to copy, distribute and modify it.
11## --------------------- ## 11## --------------------- ##
12## M4sh Initialization. ## 12## M4sh Initialization. ##
13## --------------------- ## 13## --------------------- ##
14 14
15# Be more Bourne compatible 15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh 16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh 18 emulate sh
@@ -588,27 +588,27 @@ ac_clean_files= @@ -588,27 +588,27 @@ ac_clean_files=
588ac_config_libobj_dir=. 588ac_config_libobj_dir=.
589LIBOBJS= 589LIBOBJS=
590cross_compiling=no 590cross_compiling=no
591subdirs= 591subdirs=
592MFLAGS= 592MFLAGS=
593MAKEFLAGS= 593MAKEFLAGS=
594SHELL=${CONFIG_SHELL-/bin/sh} 594SHELL=${CONFIG_SHELL-/bin/sh}
595 595
596# Identity of this package. 596# Identity of this package.
597PACKAGE_NAME='netpgp' 597PACKAGE_NAME='netpgp'
598PACKAGE_TARNAME='netpgp' 598PACKAGE_TARNAME='netpgp'
599PACKAGE_VERSION='20090423' 599PACKAGE_VERSION='20090423'
600PACKAGE_STRING='netpgp 20090423' 600PACKAGE_STRING='netpgp 20090423'
601PACKAGE_BUGREPORT='"Alistair Crooks agc@netbsd.org c0596823"' 601PACKAGE_BUGREPORT='Alistair Crooks <agc@netbsd.org> c0596823'
602 602
603ac_unique_file="src/bin/netpgp.c" 603ac_unique_file="src/bin/netpgp.c"
604# Factoring default headers for most tests. 604# Factoring default headers for most tests.
605ac_includes_default="\ 605ac_includes_default="\
606#include <stdio.h> 606#include <stdio.h>
607#ifdef HAVE_SYS_TYPES_H 607#ifdef HAVE_SYS_TYPES_H
608# include <sys/types.h> 608# include <sys/types.h>
609#endif 609#endif
610#ifdef HAVE_SYS_STAT_H 610#ifdef HAVE_SYS_STAT_H
611# include <sys/stat.h> 611# include <sys/stat.h>
612#endif 612#endif
613#ifdef STDC_HEADERS 613#ifdef STDC_HEADERS
614# include <stdlib.h> 614# include <stdlib.h>
@@ -1345,27 +1345,27 @@ if test -n "$ac_init_help"; then @@ -1345,27 +1345,27 @@ if test -n "$ac_init_help"; then
1345Some influential environment variables: 1345Some influential environment variables:
1346 CC C compiler command 1346 CC C compiler command
1347 CFLAGS C compiler flags 1347 CFLAGS C compiler flags
1348 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1348 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1349 nonstandard directory <lib dir> 1349 nonstandard directory <lib dir>
1350 LIBS libraries to pass to the linker, e.g. -l<library> 1350 LIBS libraries to pass to the linker, e.g. -l<library>
1351 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1351 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1352 you have headers in a nonstandard directory <include dir> 1352 you have headers in a nonstandard directory <include dir>
1353 CPP C preprocessor 1353 CPP C preprocessor
1354 1354
1355Use these variables to override the choices made by `configure' or to help 1355Use these variables to override the choices made by `configure' or to help
1356it to find libraries and programs with nonstandard names/locations. 1356it to find libraries and programs with nonstandard names/locations.
1357 1357
1358Report bugs to <"Alistair Crooks agc@netbsd.org c0596823">. 1358Report bugs to <Alistair Crooks <agc@netbsd.org> c0596823>.
1359_ACEOF 1359_ACEOF
1360ac_status=$? 1360ac_status=$?
1361fi 1361fi
1362 1362
1363if test "$ac_init_help" = "recursive"; then 1363if test "$ac_init_help" = "recursive"; then
1364 # If there are subdirs, report their specific --help. 1364 # If there are subdirs, report their specific --help.
1365 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1365 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1366 test -d "$ac_dir" || 1366 test -d "$ac_dir" ||
1367 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1367 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1368 continue 1368 continue
1369 ac_builddir=. 1369 ac_builddir=.
1370 1370
1371case "$ac_dir" in 1371case "$ac_dir" in
@@ -3782,27 +3782,27 @@ $as_echo "$as_me: WARNING: $ac_header: p @@ -3782,27 +3782,27 @@ $as_echo "$as_me: WARNING: $ac_header: p
3782$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 3782$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3783 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 3783 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3784$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 3784$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3785 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 3785 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3786$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 3786$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3787 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 3787 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3788$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 3788$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3789 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 3789 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3790$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 3790$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3791 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 3791 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3792$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 3792$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3793 ( cat <<\_ASBOX 3793 ( cat <<\_ASBOX
3794## -------------------------------------------------------- ## 3794## -------------------------------------------------------- ##
3795## Report this to "Alistair Crooks agc@netbsd.org c0596823" ## 3795## Report this to Alistair Crooks <agc@netbsd.org> c0596823 ##
3796## -------------------------------------------------------- ## 3796## -------------------------------------------------------- ##
3797_ASBOX 3797_ASBOX
3798 ) | sed "s/^/$as_me: WARNING: /" >&2 3798 ) | sed "s/^/$as_me: WARNING: /" >&2
3799 ;; 3799 ;;
3800esac 3800esac
3801{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 3801{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
3802$as_echo_n "checking for $ac_header... " >&6; } 3802$as_echo_n "checking for $ac_header... " >&6; }
3803if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3803if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
3804 $as_echo_n "(cached) " >&6 3804 $as_echo_n "(cached) " >&6
3805else 3805else
3806 eval "$as_ac_Header=\$ac_header_preproc" 3806 eval "$as_ac_Header=\$ac_header_preproc"
3807fi 3807fi
3808ac_res=`eval 'as_val=${'$as_ac_Header'} 3808ac_res=`eval 'as_val=${'$as_ac_Header'}
@@ -3817,28 +3817,27 @@ as_val=`eval 'as_val=${'$as_ac_Header'} @@ -3817,28 +3817,27 @@ as_val=`eval 'as_val=${'$as_ac_Header'}
3817 cat >>confdefs.h <<_ACEOF 3817 cat >>confdefs.h <<_ACEOF
3818#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 3818#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3819_ACEOF 3819_ACEOF
3820 3820
3821fi 3821fi
3822 3822
3823done 3823done
3824 3824
3825 3825
3826 3826
3827 3827
3828 3828
3829 3829
3830 3830for ac_header in bzlib.h dmalloc.h direct.h errno.h fcntl.h
3831for ac_header in assert.h bzlib.h dmalloc.h direct.h errno.h fcntl.h 
3832do 3831do
3833as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 3832as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3834if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3833if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
3835 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 3834 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
3836$as_echo_n "checking for $ac_header... " >&6; } 3835$as_echo_n "checking for $ac_header... " >&6; }
3837if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3836if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
3838 $as_echo_n "(cached) " >&6 3837 $as_echo_n "(cached) " >&6
3839fi 3838fi
3840ac_res=`eval 'as_val=${'$as_ac_Header'} 3839ac_res=`eval 'as_val=${'$as_ac_Header'}
3841 $as_echo "$as_val"'` 3840 $as_echo "$as_val"'`
3842 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 3841 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
3843$as_echo "$ac_res" >&6; } 3842$as_echo "$ac_res" >&6; }
3844else 3843else
@@ -3938,27 +3937,27 @@ $as_echo "$as_me: WARNING: $ac_header: p @@ -3938,27 +3937,27 @@ $as_echo "$as_me: WARNING: $ac_header: p
3938$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 3937$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3939 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 3938 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3940$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 3939$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3941 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 3940 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3942$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 3941$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3943 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 3942 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3944$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 3943$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3945 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 3944 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3946$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 3945$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3947 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 3946 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3948$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 3947$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3949 ( cat <<\_ASBOX 3948 ( cat <<\_ASBOX
3950## -------------------------------------------------------- ## 3949## -------------------------------------------------------- ##
3951## Report this to "Alistair Crooks agc@netbsd.org c0596823" ## 3950## Report this to Alistair Crooks <agc@netbsd.org> c0596823 ##
3952## -------------------------------------------------------- ## 3951## -------------------------------------------------------- ##
3953_ASBOX 3952_ASBOX
3954 ) | sed "s/^/$as_me: WARNING: /" >&2 3953 ) | sed "s/^/$as_me: WARNING: /" >&2
3955 ;; 3954 ;;
3956esac 3955esac
3957{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 3956{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
3958$as_echo_n "checking for $ac_header... " >&6; } 3957$as_echo_n "checking for $ac_header... " >&6; }
3959if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3958if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
3960 $as_echo_n "(cached) " >&6 3959 $as_echo_n "(cached) " >&6
3961else 3960else
3962 eval "$as_ac_Header=\$ac_header_preproc" 3961 eval "$as_ac_Header=\$ac_header_preproc"
3963fi 3962fi
3964ac_res=`eval 'as_val=${'$as_ac_Header'} 3963ac_res=`eval 'as_val=${'$as_ac_Header'}
@@ -4092,27 +4091,27 @@ $as_echo "$as_me: WARNING: $ac_header: p @@ -4092,27 +4091,27 @@ $as_echo "$as_me: WARNING: $ac_header: p
4092$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4091$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4093 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4092 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4094$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4093$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4095 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 4094 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4096$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 4095$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4097 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 4096 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4098$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 4097$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4099 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4098 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4100$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4099$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4101 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 4100 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4102$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4101$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4103 ( cat <<\_ASBOX 4102 ( cat <<\_ASBOX
4104## -------------------------------------------------------- ## 4103## -------------------------------------------------------- ##
4105## Report this to "Alistair Crooks agc@netbsd.org c0596823" ## 4104## Report this to Alistair Crooks <agc@netbsd.org> c0596823 ##
4106## -------------------------------------------------------- ## 4105## -------------------------------------------------------- ##
4107_ASBOX 4106_ASBOX
4108 ) | sed "s/^/$as_me: WARNING: /" >&2 4107 ) | sed "s/^/$as_me: WARNING: /" >&2
4109 ;; 4108 ;;
4110esac 4109esac
4111{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 4110{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
4112$as_echo_n "checking for $ac_header... " >&6; } 4111$as_echo_n "checking for $ac_header... " >&6; }
4113if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4112if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4114 $as_echo_n "(cached) " >&6 4113 $as_echo_n "(cached) " >&6
4115else 4114else
4116 eval "$as_ac_Header=\$ac_header_preproc" 4115 eval "$as_ac_Header=\$ac_header_preproc"
4117fi 4116fi
4118ac_res=`eval 'as_val=${'$as_ac_Header'} 4117ac_res=`eval 'as_val=${'$as_ac_Header'}
@@ -4244,27 +4243,27 @@ $as_echo "$as_me: WARNING: $ac_header: p @@ -4244,27 +4243,27 @@ $as_echo "$as_me: WARNING: $ac_header: p
4244$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4243$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4245 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4244 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4246$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4245$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4247 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 4246 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4248$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 4247$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4249 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 4248 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4250$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 4249$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4251 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4250 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4252$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4251$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4253 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 4252 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4254$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4253$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4255 ( cat <<\_ASBOX 4254 ( cat <<\_ASBOX
4256## -------------------------------------------------------- ## 4255## -------------------------------------------------------- ##
4257## Report this to "Alistair Crooks agc@netbsd.org c0596823" ## 4256## Report this to Alistair Crooks <agc@netbsd.org> c0596823 ##
4258## -------------------------------------------------------- ## 4257## -------------------------------------------------------- ##
4259_ASBOX 4258_ASBOX
4260 ) | sed "s/^/$as_me: WARNING: /" >&2 4259 ) | sed "s/^/$as_me: WARNING: /" >&2
4261 ;; 4260 ;;
4262esac 4261esac
4263{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 4262{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
4264$as_echo_n "checking for $ac_header... " >&6; } 4263$as_echo_n "checking for $ac_header... " >&6; }
4265if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4264if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4266 $as_echo_n "(cached) " >&6 4265 $as_echo_n "(cached) " >&6
4267else 4266else
4268 eval "$as_ac_Header=\$ac_header_preproc" 4267 eval "$as_ac_Header=\$ac_header_preproc"
4269fi 4268fi
4270ac_res=`eval 'as_val=${'$as_ac_Header'} 4269ac_res=`eval 'as_val=${'$as_ac_Header'}
@@ -4399,27 +4398,27 @@ $as_echo "$as_me: WARNING: $ac_header: p @@ -4399,27 +4398,27 @@ $as_echo "$as_me: WARNING: $ac_header: p
4399$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4398$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4400 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4399 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4401$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4400$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4402 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 4401 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4403$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 4402$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4404 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 4403 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4405$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 4404$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4406 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4405 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4407$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4406$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4408 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 4407 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4409$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4408$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4410 ( cat <<\_ASBOX 4409 ( cat <<\_ASBOX
4411## -------------------------------------------------------- ## 4410## -------------------------------------------------------- ##
4412## Report this to "Alistair Crooks agc@netbsd.org c0596823" ## 4411## Report this to Alistair Crooks <agc@netbsd.org> c0596823 ##
4413## -------------------------------------------------------- ## 4412## -------------------------------------------------------- ##
4414_ASBOX 4413_ASBOX
4415 ) | sed "s/^/$as_me: WARNING: /" >&2 4414 ) | sed "s/^/$as_me: WARNING: /" >&2
4416 ;; 4415 ;;
4417esac 4416esac
4418{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 4417{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
4419$as_echo_n "checking for $ac_header... " >&6; } 4418$as_echo_n "checking for $ac_header... " >&6; }
4420if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4419if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4421 $as_echo_n "(cached) " >&6 4420 $as_echo_n "(cached) " >&6
4422else 4421else
4423 eval "$as_ac_Header=\$ac_header_preproc" 4422 eval "$as_ac_Header=\$ac_header_preproc"
4424fi 4423fi
4425ac_res=`eval 'as_val=${'$as_ac_Header'} 4424ac_res=`eval 'as_val=${'$as_ac_Header'}
@@ -4555,27 +4554,27 @@ $as_echo "$as_me: WARNING: $ac_header: p @@ -4555,27 +4554,27 @@ $as_echo "$as_me: WARNING: $ac_header: p
4555$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4554$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4556 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4555 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4557$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4556$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4558 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 4557 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4559$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 4558$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4560 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 4559 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4561$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 4560$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4562 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4561 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4563$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4562$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4564 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 4563 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4565$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4564$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4566 ( cat <<\_ASBOX 4565 ( cat <<\_ASBOX
4567## -------------------------------------------------------- ## 4566## -------------------------------------------------------- ##
4568## Report this to "Alistair Crooks agc@netbsd.org c0596823" ## 4567## Report this to Alistair Crooks <agc@netbsd.org> c0596823 ##
4569## -------------------------------------------------------- ## 4568## -------------------------------------------------------- ##
4570_ASBOX 4569_ASBOX
4571 ) | sed "s/^/$as_me: WARNING: /" >&2 4570 ) | sed "s/^/$as_me: WARNING: /" >&2
4572 ;; 4571 ;;
4573esac 4572esac
4574{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 4573{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
4575$as_echo_n "checking for $ac_header... " >&6; } 4574$as_echo_n "checking for $ac_header... " >&6; }
4576if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4575if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4577 $as_echo_n "(cached) " >&6 4576 $as_echo_n "(cached) " >&6
4578else 4577else
4579 eval "$as_ac_Header=\$ac_header_preproc" 4578 eval "$as_ac_Header=\$ac_header_preproc"
4580fi 4579fi
4581ac_res=`eval 'as_val=${'$as_ac_Header'} 4580ac_res=`eval 'as_val=${'$as_ac_Header'}
@@ -4710,27 +4709,27 @@ $as_echo "$as_me: WARNING: $ac_header: p @@ -4710,27 +4709,27 @@ $as_echo "$as_me: WARNING: $ac_header: p
4710$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4709$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4711 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4710 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4712$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4711$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4713 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 4712 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4714$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 4713$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4715 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 4714 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4716$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 4715$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4717 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4716 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4718$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4717$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4719 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 4718 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4720$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4719$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4721 ( cat <<\_ASBOX 4720 ( cat <<\_ASBOX
4722## -------------------------------------------------------- ## 4721## -------------------------------------------------------- ##
4723## Report this to "Alistair Crooks agc@netbsd.org c0596823" ## 4722## Report this to Alistair Crooks <agc@netbsd.org> c0596823 ##
4724## -------------------------------------------------------- ## 4723## -------------------------------------------------------- ##
4725_ASBOX 4724_ASBOX
4726 ) | sed "s/^/$as_me: WARNING: /" >&2 4725 ) | sed "s/^/$as_me: WARNING: /" >&2
4727 ;; 4726 ;;
4728esac 4727esac
4729{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 4728{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
4730$as_echo_n "checking for $ac_header... " >&6; } 4729$as_echo_n "checking for $ac_header... " >&6; }
4731if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4730if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4732 $as_echo_n "(cached) " >&6 4731 $as_echo_n "(cached) " >&6
4733else 4732else
4734 eval "$as_ac_Header=\$ac_header_preproc" 4733 eval "$as_ac_Header=\$ac_header_preproc"
4735fi 4734fi
4736ac_res=`eval 'as_val=${'$as_ac_Header'} 4735ac_res=`eval 'as_val=${'$as_ac_Header'}

cvs diff -r1.2 -r1.3 src/crypto/external/bsd/netpgp/dist/configure.ac (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/configure.ac 2009/04/25 01:29:14 1.2
+++ src/crypto/external/bsd/netpgp/dist/configure.ac 2009/05/05 15:29:46 1.3
@@ -1,41 +1,41 @@ @@ -1,41 +1,41 @@
1dnl $Id: configure.ac,v 1.2 2009/04/25 01:29:14 agc Exp $ 1dnl $Id: configure.ac,v 1.3 2009/05/05 15:29:46 agc Exp $
2dnl Process this file with autoconf to produce a configure script. 2dnl Process this file with autoconf to produce a configure script.
3AC_PREREQ(2.57) 3AC_PREREQ(2.57)
4AC_INIT([netpgp],[20090423],[Alistair Crooks <agc@netbsd.org> c0596823]) 4AC_INIT([netpgp],[20090423],[Alistair Crooks <agc@netbsd.org> c0596823])
5AC_CONFIG_SRCDIR([src/bin/netpgp.c]) 5AC_CONFIG_SRCDIR([src/bin/netpgp.c])
6AC_CONFIG_HEADER(src/lib/config.h) 6AC_CONFIG_HEADER(src/lib/config.h)
7AC_ARG_PROGRAM 7AC_ARG_PROGRAM
8 8
9AC_CANONICAL_HOST 9AC_CANONICAL_HOST
10CANONICAL_HOST=$host 10CANONICAL_HOST=$host
11AC_SUBST(CANONICAL_HOST) 11AC_SUBST(CANONICAL_HOST)
12 12
13# Checks for programs. 13# Checks for programs.
14AC_PROG_MAKE_SET 14AC_PROG_MAKE_SET
15AC_PROG_AWK 15AC_PROG_AWK
16AC_PROG_CC 16AC_PROG_CC
17AC_PROG_INSTALL 17AC_PROG_INSTALL
18AC_PROG_LN_S 18AC_PROG_LN_S
19 19
20AUTOCONF=${AUTOCONF-"$srcdir/missing --run autoconf"} 20AUTOCONF=${AUTOCONF-"$srcdir/missing --run autoconf"}
21AC_SUBST(AUTOCONF) 21AC_SUBST(AUTOCONF)
22AUTOHEADER=${AUTOHEADER-"$srcdir/missing --run autoheader"} 22AUTOHEADER=${AUTOHEADER-"$srcdir/missing --run autoheader"}
23AC_SUBST(AUTOHEADER) 23AC_SUBST(AUTOHEADER)
24 24
25dnl Checks for header files. 25dnl Checks for header files.
26AC_HEADER_STDC 26AC_HEADER_STDC
27AC_CHECK_HEADERS([CommonCrypto/CommonDigest.h]) 27AC_CHECK_HEADERS([CommonCrypto/CommonDigest.h])
28AC_CHECK_HEADERS([assert.h bzlib.h dmalloc.h direct.h errno.h fcntl.h]) 28AC_CHECK_HEADERS([bzlib.h dmalloc.h direct.h errno.h fcntl.h])
29AC_CHECK_HEADERS([inttypes.h libgen.h limits.h malloc.h]) 29AC_CHECK_HEADERS([inttypes.h libgen.h limits.h malloc.h])
30AC_CHECK_HEADERS([stdbool.h zlib.h]) 30AC_CHECK_HEADERS([stdbool.h zlib.h])
31AC_CHECK_HEADERS([openssl/aes.h openssl/bn.h openssl/cast.h openssl/des.h openssl/dsa.h]) 31AC_CHECK_HEADERS([openssl/aes.h openssl/bn.h openssl/cast.h openssl/des.h openssl/dsa.h])
32AC_CHECK_HEADERS([openssl/err.h openssl/idea.h openssl/md5.h openssl/rand.h openssl/rsa.h openssl/sha.h]) 32AC_CHECK_HEADERS([openssl/err.h openssl/idea.h openssl/md5.h openssl/rand.h openssl/rsa.h openssl/sha.h])
33AC_CHECK_HEADERS([sys/cdefs.h sys/file.h sys/mman.h sys/param.h sys/uio.h]) 33AC_CHECK_HEADERS([sys/cdefs.h sys/file.h sys/mman.h sys/param.h sys/uio.h])
34 34
35AC_TYPE_UINT8_T 35AC_TYPE_UINT8_T
36AC_TYPE_UINT16_T 36AC_TYPE_UINT16_T
37AC_TYPE_UINT32_T 37AC_TYPE_UINT32_T
38AC_TYPE_UINT64_T 38AC_TYPE_UINT64_T
39 39
40# check for libraries 40# check for libraries
41AC_CHECK_LIB(z, gzopen) 41AC_CHECK_LIB(z, gzopen)

cvs diff -r1.2 -r1.3 src/crypto/external/bsd/netpgp/dist/src/lib/Attic/config.h (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/src/lib/Attic/config.h 2009/04/25 01:29:15 1.2
+++ src/crypto/external/bsd/netpgp/dist/src/lib/Attic/config.h 2009/05/05 15:29:46 1.3
@@ -1,19 +1,16 @@ @@ -1,19 +1,16 @@
1/* src/lib/config.h. Generated from config.h.in by configure. */ 1/* src/lib/config.h. Generated from config.h.in by configure. */
2/* src/lib/config.h.in. Generated from configure.ac by autoheader. */ 2/* src/lib/config.h.in. Generated from configure.ac by autoheader. */
3 3
4/* Define to 1 if you have the <assert.h> header file. */ 
5#define HAVE_ASSERT_H 1 
6 
7/* Define to 1 if you have the <bzlib.h> header file. */ 4/* Define to 1 if you have the <bzlib.h> header file. */
8#define HAVE_BZLIB_H 1 5#define HAVE_BZLIB_H 1
9 6
10/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */ 7/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
11/* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */ 8/* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */
12 9
13/* Define to 1 if you have the <direct.h> header file. */ 10/* Define to 1 if you have the <direct.h> header file. */
14/* #undef HAVE_DIRECT_H */ 11/* #undef HAVE_DIRECT_H */
15 12
16/* Define to 1 if you have the <dmalloc.h> header file. */ 13/* Define to 1 if you have the <dmalloc.h> header file. */
17/* #undef HAVE_DMALLOC_H */ 14/* #undef HAVE_DMALLOC_H */
18 15
19/* Define to 1 if you have the <errno.h> header file. */ 16/* Define to 1 if you have the <errno.h> header file. */
@@ -112,27 +109,27 @@ @@ -112,27 +109,27 @@
112/* Define to 1 if you have the <sys/types.h> header file. */ 109/* Define to 1 if you have the <sys/types.h> header file. */
113#define HAVE_SYS_TYPES_H 1 110#define HAVE_SYS_TYPES_H 1
114 111
115/* Define to 1 if you have the <sys/uio.h> header file. */ 112/* Define to 1 if you have the <sys/uio.h> header file. */
116#define HAVE_SYS_UIO_H 1 113#define HAVE_SYS_UIO_H 1
117 114
118/* Define to 1 if you have the <unistd.h> header file. */ 115/* Define to 1 if you have the <unistd.h> header file. */
119#define HAVE_UNISTD_H 1 116#define HAVE_UNISTD_H 1
120 117
121/* Define to 1 if you have the <zlib.h> header file. */ 118/* Define to 1 if you have the <zlib.h> header file. */
122#define HAVE_ZLIB_H 1 119#define HAVE_ZLIB_H 1
123 120
124/* Define to the address where bug reports for this package should be sent. */ 121/* Define to the address where bug reports for this package should be sent. */
125#define PACKAGE_BUGREPORT "Alistair Crooks agc@netbsd.org c0596823" 122#define PACKAGE_BUGREPORT "Alistair Crooks <agc@netbsd.org> c0596823"
126 123
127/* Define to the full name of this package. */ 124/* Define to the full name of this package. */
128#define PACKAGE_NAME "netpgp" 125#define PACKAGE_NAME "netpgp"
129 126
130/* Define to the full name and version of this package. */ 127/* Define to the full name and version of this package. */
131#define PACKAGE_STRING "netpgp 20090423" 128#define PACKAGE_STRING "netpgp 20090423"
132 129
133/* Define to the one symbol short name of this package. */ 130/* Define to the one symbol short name of this package. */
134#define PACKAGE_TARNAME "netpgp" 131#define PACKAGE_TARNAME "netpgp"
135 132
136/* Define to the version of this package. */ 133/* Define to the version of this package. */
137#define PACKAGE_VERSION "20090423" 134#define PACKAGE_VERSION "20090423"
138 135

cvs diff -r1.2 -r1.3 src/crypto/external/bsd/netpgp/dist/src/lib/config.h.in (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/src/lib/config.h.in 2009/04/25 01:29:15 1.2
+++ src/crypto/external/bsd/netpgp/dist/src/lib/config.h.in 2009/05/05 15:29:46 1.3
@@ -1,18 +1,15 @@ @@ -1,18 +1,15 @@
1/* src/lib/config.h.in. Generated from configure.ac by autoheader. */ 1/* src/lib/config.h.in. Generated from configure.ac by autoheader. */
2 2
3/* Define to 1 if you have the <assert.h> header file. */ 
4#undef HAVE_ASSERT_H 
5 
6/* Define to 1 if you have the <bzlib.h> header file. */ 3/* Define to 1 if you have the <bzlib.h> header file. */
7#undef HAVE_BZLIB_H 4#undef HAVE_BZLIB_H
8 5
9/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */ 6/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
10#undef HAVE_COMMONCRYPTO_COMMONDIGEST_H 7#undef HAVE_COMMONCRYPTO_COMMONDIGEST_H
11 8
12/* Define to 1 if you have the <direct.h> header file. */ 9/* Define to 1 if you have the <direct.h> header file. */
13#undef HAVE_DIRECT_H 10#undef HAVE_DIRECT_H
14 11
15/* Define to 1 if you have the <dmalloc.h> header file. */ 12/* Define to 1 if you have the <dmalloc.h> header file. */
16#undef HAVE_DMALLOC_H 13#undef HAVE_DMALLOC_H
17 14
18/* Define to 1 if you have the <errno.h> header file. */ 15/* Define to 1 if you have the <errno.h> header file. */

cvs diff -r1.7 -r1.8 src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c 2009/05/05 01:28:15 1.7
+++ src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c 2009/05/05 15:29:46 1.8
@@ -42,30 +42,26 @@ @@ -42,30 +42,26 @@
42#include "packet.h" 42#include "packet.h"
43#include "packet-parse.h" 43#include "packet-parse.h"
44#include "keyring.h" 44#include "keyring.h"
45#include "errors.h" 45#include "errors.h"
46#include "packet-show.h" 46#include "packet-show.h"
47#include "create.h" 47#include "create.h"
48#include "netpgpsdk.h" 48#include "netpgpsdk.h"
49#include "memory.h" 49#include "memory.h"
50#include "validate.h" 50#include "validate.h"
51#include "readerwriter.h" 51#include "readerwriter.h"
52#include "netpgpdefs.h" 52#include "netpgpdefs.h"
53#include "parse_local.h" 53#include "parse_local.h"
54 54
55#ifdef HAVE_ASSERT_H 
56#include <assert.h> 
57#endif 
58 
59#ifdef HAVE_FCNTL_H 55#ifdef HAVE_FCNTL_H
60#include <fcntl.h> 56#include <fcntl.h>
61#endif 57#endif
62 58
63#include <regex.h> 59#include <regex.h>
64#include <stdarg.h> 60#include <stdarg.h>
65#include <stdlib.h> 61#include <stdlib.h>
66#include <string.h> 62#include <string.h>
67#include <time.h> 63#include <time.h>
68 64
69#ifdef HAVE_UNISTD_H 65#ifdef HAVE_UNISTD_H
70#include <unistd.h> 66#include <unistd.h>
71#endif 67#endif

cvs diff -r1.6 -r1.7 src/crypto/external/bsd/netpgp/dist/src/lib/packet-parse.c (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/src/lib/packet-parse.c 2009/05/05 15:25:27 1.6
+++ src/crypto/external/bsd/netpgp/dist/src/lib/packet-parse.c 2009/05/05 15:29:46 1.7
@@ -29,30 +29,26 @@ @@ -29,30 +29,26 @@
29#endif 29#endif
30 30
31#include "packet.h" 31#include "packet.h"
32#include "packet-parse.h" 32#include "packet-parse.h"
33#include "keyring.h" 33#include "keyring.h"
34#include "errors.h" 34#include "errors.h"
35#include "packet-show.h" 35#include "packet-show.h"
36#include "create.h" 36#include "create.h"
37 37
38#include "readerwriter.h" 38#include "readerwriter.h"
39#include "netpgpdefs.h" 39#include "netpgpdefs.h"
40#include "parse_local.h" 40#include "parse_local.h"
41 41
42#ifdef HAVE_ASSERT_H 
43#include <assert.h> 
44#endif 
45 
46#include <stdarg.h> 42#include <stdarg.h>
47#include <stdlib.h> 43#include <stdlib.h>
48#include <string.h> 44#include <string.h>
49 45
50#ifdef HAVE_UNISTD_H 46#ifdef HAVE_UNISTD_H
51#include <unistd.h> 47#include <unistd.h>
52#endif 48#endif
53 49
54#include <errno.h> 50#include <errno.h>
55 51
56#ifdef HAVE_LIMITS_H 52#ifdef HAVE_LIMITS_H
57#include <limits.h> 53#include <limits.h>
58#endif 54#endif

cvs diff -r1.4 -r1.5 src/crypto/external/bsd/netpgp/dist/src/lib/validate.c (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/src/lib/validate.c 2009/05/05 01:28:15 1.4
+++ src/crypto/external/bsd/netpgp/dist/src/lib/validate.c 2009/05/05 15:29:46 1.5
@@ -27,30 +27,26 @@ @@ -27,30 +27,26 @@
27#include "netpgpsdk.h" 27#include "netpgpsdk.h"
28 28
29#include "readerwriter.h" 29#include "readerwriter.h"
30#include "netpgpdefs.h" 30#include "netpgpdefs.h"
31#include "memory.h" 31#include "memory.h"
32#include "keyring_local.h" 32#include "keyring_local.h"
33#include "parse_local.h" 33#include "parse_local.h"
34#include "validate.h" 34#include "validate.h"
35 35
36#include <sys/types.h> 36#include <sys/types.h>
37#include <sys/param.h> 37#include <sys/param.h>
38#include <sys/stat.h> 38#include <sys/stat.h>
39 39
40#ifdef HAVE_ASSERT_H 
41#include <assert.h> 
42#endif 
43 
44#include <string.h> 40#include <string.h>
45#include <stdio.h> 41#include <stdio.h>
46 42
47 43
48/* Does the signed hash match the given hash? */ 44/* Does the signed hash match the given hash? */
49static bool 45static bool
50check_binary_signature(const unsigned len, 46check_binary_signature(const unsigned len,
51 const unsigned char *data, 47 const unsigned char *data,
52 const __ops_signature_t * sig, 48 const __ops_signature_t * sig,
53 const __ops_public_key_t * signer __attribute__((unused))) 49 const __ops_public_key_t * signer __attribute__((unused)))
54{ 50{
55 unsigned char hashout[OPS_MAX_HASH_SIZE]; 51 unsigned char hashout[OPS_MAX_HASH_SIZE];
56 unsigned char trailer[6]; 52 unsigned char trailer[6];