# Makefile.in generated by automake 1.16.1 from Makefile.am. # doc/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. # Copyright (C) 2000-2012, 2019 Free Software Foundation, Inc. # # Author: Nikos Mavrogiannopoulos # # This file is part of GnuTLS. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. VPATH = ../../gnutls-3.6.14/doc am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/gnutls pkgincludedir = $(includedir)/gnutls pkglibdir = $(libdir)/gnutls pkglibexecdir = $(libexecdir)/gnutls am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = x86_64-pc-linux-gnu host_triplet = aarch64-poky-linux-gnu #am__append_1 = reference # Generated texinfos. # for some reason it does not work when cross compiling am__append_2 = error_codes.texi algorithms.texi alerts.texi enums.texi EXTRA_PROGRAMS = errcodes$(EXEEXT) printlist$(EXEEXT) \ alert-printlist$(EXEEXT) subdir = doc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/lib/unistring/m4/gnulib-comp.m4 \ $(top_srcdir)/lib/unistring/m4/inline.m4 \ $(top_srcdir)/lib/unistring/m4/libunistring-base.m4 \ $(top_srcdir)/src/gl/m4/bison.m4 \ $(top_srcdir)/src/gl/m4/clock_time.m4 \ $(top_srcdir)/src/gl/m4/fseek.m4 \ $(top_srcdir)/src/gl/m4/getaddrinfo.m4 \ $(top_srcdir)/src/gl/m4/getpass.m4 \ $(top_srcdir)/src/gl/m4/gettime.m4 \ $(top_srcdir)/src/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/src/gl/m4/hostent.m4 \ $(top_srcdir)/src/gl/m4/mktime.m4 \ $(top_srcdir)/src/gl/m4/nstrftime.m4 \ $(top_srcdir)/src/gl/m4/parse-datetime.m4 \ $(top_srcdir)/src/gl/m4/servent.m4 \ $(top_srcdir)/src/gl/m4/time_rz.m4 \ $(top_srcdir)/src/gl/m4/timegm.m4 \ $(top_srcdir)/src/gl/m4/timespec.m4 \ $(top_srcdir)/src/gl/m4/tm_gmtoff.m4 \ $(top_srcdir)/src/gl/m4/tzset.m4 \ $(top_srcdir)/src/libopts/m4/libopts.m4 \ $(top_srcdir)/src/libopts/m4/stdnoreturn.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/version.texi \ $(srcdir)/stamp-vti $(srcdir)/version-guile.texi \ $(srcdir)/stamp-1 $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am_alert_printlist_OBJECTS = alert-printlist.$(OBJEXT) \ common.$(OBJEXT) alert_printlist_OBJECTS = $(am_alert_printlist_OBJECTS) alert_printlist_DEPENDENCIES = ../lib/libgnutls.la ../gl/libgnu.la AM_V_lt = $(am__v_lt_$(V)) am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) am__v_lt_0 = --silent am__v_lt_1 = am_errcodes_OBJECTS = errcodes.$(OBJEXT) common.$(OBJEXT) errcodes_OBJECTS = $(am_errcodes_OBJECTS) errcodes_DEPENDENCIES = ../lib/libgnutls.la ../gl/libgnu.la am_printlist_OBJECTS = printlist.$(OBJEXT) common.$(OBJEXT) printlist_OBJECTS = $(am_printlist_OBJECTS) printlist_DEPENDENCIES = ../lib/libgnutls.la ../gl/libgnu.la AM_V_P = $(am__v_P_$(V)) am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/alert-printlist.Po \ ./$(DEPDIR)/common.Po ./$(DEPDIR)/errcodes.Po \ ./$(DEPDIR)/printlist.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_$(V)) am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_$(V)) am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(alert_printlist_SOURCES) $(errcodes_SOURCES) \ $(printlist_SOURCES) DIST_SOURCES = $(alert_printlist_SOURCES) $(errcodes_SOURCES) \ $(printlist_SOURCES) AM_V_DVIPS = $(am__v_DVIPS_$(V)) am__v_DVIPS_ = $(am__v_DVIPS_$(AM_DEFAULT_VERBOSITY)) am__v_DVIPS_0 = @echo " DVIPS " $@; am__v_DVIPS_1 = AM_V_MAKEINFO = $(am__v_MAKEINFO_$(V)) am__v_MAKEINFO_ = $(am__v_MAKEINFO_$(AM_DEFAULT_VERBOSITY)) am__v_MAKEINFO_0 = @echo " MAKEINFO" $@; am__v_MAKEINFO_1 = AM_V_INFOHTML = $(am__v_INFOHTML_$(V)) am__v_INFOHTML_ = $(am__v_INFOHTML_$(AM_DEFAULT_VERBOSITY)) am__v_INFOHTML_0 = @echo " INFOHTML" $@; am__v_INFOHTML_1 = AM_V_TEXI2DVI = $(am__v_TEXI2DVI_$(V)) am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_$(AM_DEFAULT_VERBOSITY)) am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@; am__v_TEXI2DVI_1 = AM_V_TEXI2PDF = $(am__v_TEXI2PDF_$(V)) am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_$(AM_DEFAULT_VERBOSITY)) am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@; am__v_TEXI2PDF_1 = AM_V_texinfo = $(am__v_texinfo_$(V)) am__v_texinfo_ = $(am__v_texinfo_$(AM_DEFAULT_VERBOSITY)) am__v_texinfo_0 = -q am__v_texinfo_1 = AM_V_texidevnull = $(am__v_texidevnull_$(V)) am__v_texidevnull_ = $(am__v_texidevnull_$(AM_DEFAULT_VERBOSITY)) am__v_texidevnull_0 = > /dev/null am__v_texidevnull_1 = INFO_DEPS = $(srcdir)/gnutls.info $(srcdir)/gnutls-guile.info TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex am__TEXINFO_TEX_DIR = $(top_srcdir)/build-aux DVIS = gnutls.dvi gnutls-guile.dvi PDFS = gnutls.pdf gnutls-guile.pdf PSS = gnutls.ps gnutls-guile.ps HTMLS = gnutls.html gnutls-guile.html TEXINFOS = gnutls.texi gnutls-guile.texi TEXI2PDF = $(TEXI2DVI) --pdf --batch MAKEINFOHTML = $(MAKEINFO) --html DVIPS = dvips RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(htmldir)" \ "$(DESTDIR)$(infoimagesdir)" am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } DATA = $(html_DATA) $(infoimages_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DIST_SUBDIRS = examples scripts credentials latex reference am__DIST_COMMON = $(gnutls_TEXINFOS) $(srcdir)/Makefile.in \ $(top_srcdir)/build-aux/depcomp \ $(top_srcdir)/build-aux/mdate-sh \ $(top_srcdir)/build-aux/texinfo.tex COPYING COPYING.LESSER \ TODO DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/gnutls-3.6.14/build-aux/missing aclocal-1.16 ALLOCA = ALLOCA_H = alloca.h AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 1 APPLE_UNIVERSAL_BUILD = 0 AR = aarch64-poky-linux-gcc-ar ARFLAGS = cr AUTOCONF = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/gnutls-3.6.14/build-aux/missing autoconf AUTOGEN = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/gnutls-3.6.14/build-aux/missing autogen AUTOHEADER = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/gnutls-3.6.14/build-aux/missing autoheader AUTOMAKE = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/gnutls-3.6.14/build-aux/missing automake-1.16 AWK = gawk BITSIZEOF_PTRDIFF_T = BITSIZEOF_SIG_ATOMIC_T = BITSIZEOF_SIZE_T = BITSIZEOF_WCHAR_T = BITSIZEOF_WINT_T = BYTESWAP_H = CC = aarch64-poky-linux-gcc -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot CCAS = aarch64-poky-linux-gcc -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot CCASDEPMODE = depmode=none CCASFLAGS = -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0=/usr/src/debug/gnutls/3.6.14-r0 -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0=/usr/src/debug/gnutls/3.6.14-r0 -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot= -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot-native= CCDEPMODE = depmode=none CFLAGS = -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0=/usr/src/debug/gnutls/3.6.14-r0 -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0=/usr/src/debug/gnutls/3.6.14-r0 -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot= -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot-native= CFLAG_VISIBILITY = CMOCKA_CFLAGS = CMOCKA_LIBS = CODE_COVERAGE_CFLAGS = CODE_COVERAGE_CPPFLAGS = CODE_COVERAGE_CXXFLAGS = CODE_COVERAGE_ENABLED = no CODE_COVERAGE_LIBS = CONFIG_INCLUDE = config.h CPP = aarch64-poky-linux-gcc -E --sysroot=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security CPPFLAGS = CRYWRAP_PATCHLEVEL = 3 CXX = aarch64-poky-linux-g++ -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot CXXCPP = aarch64-poky-linux-g++ -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot -E CXXDEPMODE = depmode=none CXXFLAGS = -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0=/usr/src/debug/gnutls/3.6.14-r0 -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0=/usr/src/debug/gnutls/3.6.14-r0 -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot= -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot-native= -fvisibility-inlines-hidden CXX_LT_AGE = 1 CXX_LT_CURRENT = 29 CXX_LT_REVISION = 0 CYGPATH_W = echo DEFS = -DHAVE_CONFIG_H DEPDIR = .deps DLLTOOL = false DLL_SSL_VERSION = 27 DLL_VERSION = 30 DSYMUTIL = DUMPBIN = ECHO_C = ECHO_N = -n ECHO_T = EGREP = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/hosttools/grep -E EMULTIHOP_HIDDEN = EMULTIHOP_VALUE = ENABLE_PADLOCK = ENOLINK_HIDDEN = ENOLINK_VALUE = EOVERFLOW_HIDDEN = EOVERFLOW_VALUE = ERRNO_H = EXEEXT = FGREP = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/hosttools/grep -F FIPS140_LIBS = FLOAT_H = GCOV = GENHTML = GETADDRINFO_LIB = GETTEXT_MACRO_VERSION = 0.20 GMP_CFLAGS = GMP_LIBS = -lgmp GMSGFMT = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot-native/usr/bin/msgfmt GMSGFMT_015 = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot-native/usr/bin/msgfmt GNULIB_ACCEPT = 1 GNULIB_ACCEPT4 = 0 GNULIB_ACCESS = 0 GNULIB_ATOLL = 0 GNULIB_BIND = 1 GNULIB_BTOWC = 0 GNULIB_CALLOC_POSIX = 0 GNULIB_CANONICALIZE_FILE_NAME = 0 GNULIB_CHDIR = 0 GNULIB_CHOWN = 0 GNULIB_CLOSE = 1 GNULIB_CONNECT = 1 GNULIB_COPY_FILE_RANGE = 0 GNULIB_CREAT = 0 GNULIB_CTIME = 0 GNULIB_DPRINTF = 0 GNULIB_DUP = 0 GNULIB_DUP2 = 1 GNULIB_DUP3 = 0 GNULIB_DUPLOCALE = 0 GNULIB_ENVIRON = 1 GNULIB_EUIDACCESS = 0 GNULIB_EXPLICIT_BZERO = 1 GNULIB_FACCESSAT = 0 GNULIB_FCHDIR = 0 GNULIB_FCHMODAT = 0 GNULIB_FCHOWNAT = 0 GNULIB_FCLOSE = 0 GNULIB_FCNTL = 1 GNULIB_FDATASYNC = 0 GNULIB_FDOPEN = IN_GNUTLS_GNULIB_TESTS GNULIB_FFLUSH = 0 GNULIB_FFS = 0 GNULIB_FFSL = 0 GNULIB_FFSLL = 0 GNULIB_FGETC = 1 GNULIB_FGETS = 1 GNULIB_FOPEN = 1 GNULIB_FPRINTF = 1 GNULIB_FPRINTF_POSIX = 0 GNULIB_FPURGE = 0 GNULIB_FPUTC = 1 GNULIB_FPUTS = 1 GNULIB_FREAD = 1 GNULIB_FREOPEN = 0 GNULIB_FSCANF = 1 GNULIB_FSEEK = 1 GNULIB_FSEEKO = 1 GNULIB_FSTAT = 1 GNULIB_FSTATAT = 0 GNULIB_FSYNC = 0 GNULIB_FTELL = 1 GNULIB_FTELLO = 1 GNULIB_FTRUNCATE = IN_GNUTLS_GNULIB_TESTS GNULIB_FUTIMENS = 0 GNULIB_FWRITE = 1 GNULIB_GETADDRINFO = 1 GNULIB_GETC = 1 GNULIB_GETCHAR = 1 GNULIB_GETCWD = IN_GNUTLS_GNULIB_TESTS GNULIB_GETDELIM = 1 GNULIB_GETDOMAINNAME = 0 GNULIB_GETDTABLESIZE = 1 GNULIB_GETENTROPY = 0 GNULIB_GETGROUPS = 0 GNULIB_GETHOSTNAME = 0 GNULIB_GETLINE = 1 GNULIB_GETLOADAVG = 0 GNULIB_GETLOGIN = 0 GNULIB_GETLOGIN_R = 0 GNULIB_GETOPT_POSIX = 0 GNULIB_GETPAGESIZE = IN_GNUTLS_GNULIB_TESTS GNULIB_GETPASS = 1 GNULIB_GETPEERNAME = 1 GNULIB_GETRANDOM = 0 GNULIB_GETSOCKNAME = 0 GNULIB_GETSOCKOPT = 0 GNULIB_GETSUBOPT = 0 GNULIB_GETTIMEOFDAY = 1 GNULIB_GETUSERSHELL = 0 GNULIB_GRANTPT = 0 GNULIB_GROUP_MEMBER = 0 GNULIB_IMAXABS = 0 GNULIB_IMAXDIV = 0 GNULIB_INET_NTOP = 1 GNULIB_INET_PTON = 1 GNULIB_IOCTL = IN_GNUTLS_GNULIB_TESTS GNULIB_ISATTY = 0 GNULIB_ISBLANK = IN_GNUTLS_GNULIB_TESTS GNULIB_LCHMOD = 0 GNULIB_LCHOWN = 0 GNULIB_LINK = 0 GNULIB_LINKAT = 0 GNULIB_LISTEN = 1 GNULIB_LOCALECONV = 0 GNULIB_LOCALENAME = IN_GNUTLS_GNULIB_TESTS GNULIB_LOCALTIME = 0 GNULIB_LSEEK = 1 GNULIB_LSTAT = IN_GNUTLS_GNULIB_TESTS GNULIB_MALLOC_POSIX = 1 GNULIB_MBRLEN = 0 GNULIB_MBRTOWC = 0 GNULIB_MBSCASECMP = 0 GNULIB_MBSCASESTR = 0 GNULIB_MBSCHR = 0 GNULIB_MBSCSPN = 0 GNULIB_MBSINIT = 0 GNULIB_MBSLEN = 0 GNULIB_MBSNCASECMP = 0 GNULIB_MBSNLEN = 0 GNULIB_MBSNRTOWCS = 0 GNULIB_MBSPBRK = 0 GNULIB_MBSPCASECMP = 0 GNULIB_MBSRCHR = 0 GNULIB_MBSRTOWCS = 0 GNULIB_MBSSEP = 0 GNULIB_MBSSPN = 0 GNULIB_MBSSTR = 0 GNULIB_MBSTOK_R = 0 GNULIB_MBTOWC = 0 GNULIB_MEMCHR = 1 GNULIB_MEMMEM = 1 GNULIB_MEMPCPY = 0 GNULIB_MEMRCHR = 0 GNULIB_MKDIRAT = 0 GNULIB_MKDTEMP = 0 GNULIB_MKFIFO = 0 GNULIB_MKFIFOAT = 0 GNULIB_MKNOD = 0 GNULIB_MKNODAT = 0 GNULIB_MKOSTEMP = 0 GNULIB_MKOSTEMPS = 0 GNULIB_MKSTEMP = 0 GNULIB_MKSTEMPS = 0 GNULIB_MKTIME = 1 GNULIB_NANOSLEEP = IN_GNUTLS_GNULIB_TESTS GNULIB_NL_LANGINFO = 0 GNULIB_NONBLOCKING = 0 GNULIB_OBSTACK_PRINTF = 0 GNULIB_OBSTACK_PRINTF_POSIX = 0 GNULIB_OPEN = 1 GNULIB_OPENAT = 0 GNULIB_OVERRIDES_STRUCT_STAT = 0 GNULIB_OVERRIDES_WINT_T = 0 GNULIB_PCLOSE = 0 GNULIB_PERROR = IN_GNUTLS_GNULIB_TESTS GNULIB_PIPE = IN_GNUTLS_GNULIB_TESTS GNULIB_PIPE2 = 0 GNULIB_POPEN = 0 GNULIB_POSIX_OPENPT = 0 GNULIB_PREAD = 0 GNULIB_PRINTF = 1 GNULIB_PRINTF_POSIX = 0 GNULIB_PSELECT = 0 GNULIB_PTHREAD_COND = 0 GNULIB_PTHREAD_MUTEX = 0 GNULIB_PTHREAD_MUTEX_TIMEDLOCK = 0 GNULIB_PTHREAD_ONCE = 0 GNULIB_PTHREAD_RWLOCK = 0 GNULIB_PTHREAD_SIGMASK = IN_GNUTLS_GNULIB_TESTS GNULIB_PTHREAD_SPIN = 0 GNULIB_PTHREAD_THREAD = IN_GNUTLS_GNULIB_TESTS GNULIB_PTHREAD_TSS = 0 GNULIB_PTSNAME = 0 GNULIB_PTSNAME_R = 0 GNULIB_PUTC = 1 GNULIB_PUTCHAR = 1 GNULIB_PUTENV = IN_GNUTLS_GNULIB_TESTS GNULIB_PUTS = 1 GNULIB_PWRITE = 0 GNULIB_QSORT_R = 0 GNULIB_RAISE = IN_GNUTLS_GNULIB_TESTS GNULIB_RANDOM = 0 GNULIB_RANDOM_R = 0 GNULIB_RAWMEMCHR = 0 GNULIB_READ = 0 GNULIB_READLINK = 0 GNULIB_READLINKAT = 0 GNULIB_REALLOCARRAY = 0 GNULIB_REALLOC_POSIX = 1 GNULIB_REALPATH = 0 GNULIB_RECV = 1 GNULIB_RECVFROM = 1 GNULIB_REMOVE = 0 GNULIB_RENAME = 0 GNULIB_RENAMEAT = 0 GNULIB_RMDIR = 0 GNULIB_RPMATCH = 0 GNULIB_SCANF = 1 GNULIB_SCHED_YIELD = 0 GNULIB_SECURE_GETENV = 1 GNULIB_SELECT = 1 GNULIB_SEND = 1 GNULIB_SENDTO = 1 GNULIB_SETENV = 1 GNULIB_SETHOSTNAME = 0 GNULIB_SETLOCALE = IN_GNUTLS_GNULIB_TESTS GNULIB_SETLOCALE_NULL = IN_GNUTLS_GNULIB_TESTS GNULIB_SETSOCKOPT = 1 GNULIB_SHUTDOWN = 1 GNULIB_SIGACTION = IN_GNUTLS_GNULIB_TESTS GNULIB_SIGNAL_H_SIGPIPE = 0 GNULIB_SIGPROCMASK = IN_GNUTLS_GNULIB_TESTS GNULIB_SLEEP = IN_GNUTLS_GNULIB_TESTS GNULIB_SNPRINTF = 1 GNULIB_SOCKET = 1 GNULIB_SPRINTF_POSIX = 0 GNULIB_STAT = 1 GNULIB_STDIO_H_NONBLOCKING = 0 GNULIB_STDIO_H_SIGPIPE = 0 GNULIB_STPCPY = 0 GNULIB_STPNCPY = 0 GNULIB_STRCASESTR = 0 GNULIB_STRCHRNUL = 0 GNULIB_STRDUP = 1 GNULIB_STRERROR = IN_GNUTLS_GNULIB_TESTS GNULIB_STRERROR_R = IN_GNUTLS_GNULIB_TESTS GNULIB_STRFTIME = 0 GNULIB_STRNCAT = 0 GNULIB_STRNDUP = 1 GNULIB_STRNLEN = 1 GNULIB_STRPBRK = 0 GNULIB_STRPTIME = 0 GNULIB_STRSEP = 0 GNULIB_STRSIGNAL = 0 GNULIB_STRSTR = 0 GNULIB_STRTOD = 0 GNULIB_STRTOIMAX = 0 GNULIB_STRTOK_R = 1 GNULIB_STRTOLD = 0 GNULIB_STRTOLL = 0 GNULIB_STRTOULL = 0 GNULIB_STRTOUMAX = 0 GNULIB_STRVERSCMP = 1 GNULIB_SYMLINK = IN_GNUTLS_GNULIB_TESTS GNULIB_SYMLINKAT = 0 GNULIB_SYSTEM_POSIX = 0 GNULIB_TIMEGM = 1 GNULIB_TIME_R = 1 GNULIB_TIME_RZ = 1 GNULIB_TMPFILE = 0 GNULIB_TRUNCATE = 0 GNULIB_TTYNAME_R = 0 GNULIB_TZSET = 1 GNULIB_UNISTD_H_NONBLOCKING = 0 GNULIB_UNISTD_H_SIGPIPE = 0 GNULIB_UNLINK = 0 GNULIB_UNLINKAT = 0 GNULIB_UNLOCKPT = 0 GNULIB_UNSETENV = 1 GNULIB_USLEEP = 0 GNULIB_UTIMENSAT = 0 GNULIB_VASPRINTF = 1 GNULIB_VDPRINTF = 0 GNULIB_VFPRINTF = 1 GNULIB_VFPRINTF_POSIX = 0 GNULIB_VFSCANF = 0 GNULIB_VPRINTF = 1 GNULIB_VPRINTF_POSIX = 0 GNULIB_VSCANF = 0 GNULIB_VSNPRINTF = 1 GNULIB_VSPRINTF_POSIX = 0 GNULIB_WCPCPY = 0 GNULIB_WCPNCPY = 0 GNULIB_WCRTOMB = 0 GNULIB_WCSCASECMP = 0 GNULIB_WCSCAT = 0 GNULIB_WCSCHR = 0 GNULIB_WCSCMP = 0 GNULIB_WCSCOLL = 0 GNULIB_WCSCPY = 0 GNULIB_WCSCSPN = 0 GNULIB_WCSDUP = 0 GNULIB_WCSFTIME = 0 GNULIB_WCSLEN = 0 GNULIB_WCSNCASECMP = 0 GNULIB_WCSNCAT = 0 GNULIB_WCSNCMP = 0 GNULIB_WCSNCPY = 0 GNULIB_WCSNLEN = 0 GNULIB_WCSNRTOMBS = 0 GNULIB_WCSPBRK = 0 GNULIB_WCSRCHR = 0 GNULIB_WCSRTOMBS = 0 GNULIB_WCSSPN = 0 GNULIB_WCSSTR = 0 GNULIB_WCSTOK = 0 GNULIB_WCSWIDTH = 0 GNULIB_WCSXFRM = 0 GNULIB_WCTOB = 0 GNULIB_WCTOMB = 0 GNULIB_WCWIDTH = 0 GNULIB_WMEMCHR = 0 GNULIB_WMEMCMP = 0 GNULIB_WMEMCPY = 0 GNULIB_WMEMMOVE = 0 GNULIB_WMEMSET = 0 GNULIB_WRITE = 0 GNULIB__EXIT = 0 GNUTLS_REQUIRES_PRIVATE = Requires.private: nettle, hogweed, libidn2 GREP = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/hosttools/grep GTKDOC_CHECK = gtkdoc-check.test GTKDOC_CHECK_PATH = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot-native/usr/bin/gtkdoc-check GTKDOC_DEPS_CFLAGS = GTKDOC_DEPS_LIBS = GTKDOC_MKPDF = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot-native/usr/bin/gtkdoc-mkpdf GTKDOC_REBASE = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot-native/usr/bin/gtkdoc-rebase GUILD = GUILE = GUILE_CFLAGS = GUILE_CONFIG = GUILE_EFFECTIVE_VERSION = GUILE_EXTENSION = GUILE_LDFLAGS = GUILE_LIBS = GUILE_LTLIBS = GUILE_SITE = GUILE_SITE_CCACHE = GUILE_TOOLS = HAVE_ACCEPT4 = 1 HAVE_ALLOCA_H = 1 HAVE_ARPA_INET_H = 1 HAVE_ATOLL = 1 HAVE_BTOWC = 1 HAVE_C99_STDINT_H = 1 HAVE_CANONICALIZE_FILE_NAME = 1 HAVE_CHOWN = 1 HAVE_COPY_FILE_RANGE = 1 HAVE_CRTDEFS_H = 0 HAVE_DECL_ENVIRON = 1 HAVE_DECL_FCHDIR = 1 HAVE_DECL_FDATASYNC = 1 HAVE_DECL_FPURGE = 1 HAVE_DECL_FREEADDRINFO = 1 HAVE_DECL_FSEEKO = 1 HAVE_DECL_FTELLO = 1 HAVE_DECL_GAI_STRERROR = 1 HAVE_DECL_GETADDRINFO = 1 HAVE_DECL_GETDELIM = 1 HAVE_DECL_GETDOMAINNAME = 1 HAVE_DECL_GETLINE = 1 HAVE_DECL_GETLOADAVG = 1 HAVE_DECL_GETLOGIN = 1 HAVE_DECL_GETLOGIN_R = 1 HAVE_DECL_GETNAMEINFO = 1 HAVE_DECL_GETPAGESIZE = 1 HAVE_DECL_GETUSERSHELL = 1 HAVE_DECL_IMAXABS = 1 HAVE_DECL_IMAXDIV = 1 HAVE_DECL_INET_NTOP = 1 HAVE_DECL_INET_PTON = 1 HAVE_DECL_INITSTATE = 1 HAVE_DECL_LOCALTIME_R = 1 HAVE_DECL_MEMMEM = 1 HAVE_DECL_MEMRCHR = 1 HAVE_DECL_OBSTACK_PRINTF = 1 HAVE_DECL_SETENV = 1 HAVE_DECL_SETHOSTNAME = 1 HAVE_DECL_SETSTATE = 1 HAVE_DECL_SNPRINTF = 1 HAVE_DECL_STRDUP = 1 HAVE_DECL_STRERROR_R = 1 HAVE_DECL_STRNCASECMP = 1 HAVE_DECL_STRNDUP = 1 HAVE_DECL_STRNLEN = 1 HAVE_DECL_STRSIGNAL = 1 HAVE_DECL_STRTOIMAX = 1 HAVE_DECL_STRTOK_R = 1 HAVE_DECL_STRTOUMAX = 1 HAVE_DECL_TRUNCATE = 1 HAVE_DECL_TTYNAME_R = 1 HAVE_DECL_UNSETENV = 1 HAVE_DECL_VSNPRINTF = 1 HAVE_DECL_WCTOB = 1 HAVE_DECL_WCWIDTH = 1 HAVE_DPRINTF = 1 HAVE_DUP2 = 1 HAVE_DUP3 = 1 HAVE_DUPLOCALE = 1 HAVE_EUIDACCESS = 1 HAVE_EXPLICIT_BZERO = 1 HAVE_FACCESSAT = 1 HAVE_FCHDIR = 1 HAVE_FCHMODAT = 1 HAVE_FCHOWNAT = 1 HAVE_FCNTL = 1 HAVE_FDATASYNC = 1 HAVE_FEATURES_H = 1 HAVE_FFS = 1 HAVE_FFSL = 1 HAVE_FFSLL = 1 HAVE_FREELOCALE = 1 HAVE_FSEEKO = 1 HAVE_FSTATAT = 1 HAVE_FSYNC = 1 HAVE_FTELLO = 1 HAVE_FTRUNCATE = 1 HAVE_FUTIMENS = 1 HAVE_GETDTABLESIZE = 1 HAVE_GETENTROPY = 1 HAVE_GETGROUPS = 1 HAVE_GETHOSTNAME = 1 HAVE_GETLOGIN = 1 HAVE_GETPAGESIZE = 1 HAVE_GETPASS = 1 HAVE_GETRANDOM = 1 HAVE_GETSUBOPT = 1 HAVE_GETTIMEOFDAY = 1 HAVE_GRANTPT = 1 HAVE_GROUP_MEMBER = 1 HAVE_IMAXDIV_T = 1 HAVE_INITSTATE = 1 HAVE_INTTYPES_H = 1 HAVE_ISBLANK = 1 HAVE_LANGINFO_ALTMON = 1 HAVE_LANGINFO_CODESET = 1 HAVE_LANGINFO_ERA = 1 HAVE_LANGINFO_H = 1 HAVE_LANGINFO_T_FMT_AMPM = 1 HAVE_LANGINFO_YESEXPR = 1 HAVE_LCHMOD = 1 HAVE_LCHOWN = 1 HAVE_LIBCRYPTO = no HAVE_LIBDL = yes HAVE_LIBEV = no HAVE_LIBPTHREAD = HAVE_LIBRT = yes HAVE_LIBSECCOMP = no HAVE_LINK = 1 HAVE_LINKAT = 1 HAVE_LSTAT = 1 HAVE_MAX_ALIGN_T = 1 HAVE_MBRLEN = 1 HAVE_MBRTOWC = 1 HAVE_MBSINIT = 1 HAVE_MBSLEN = 0 HAVE_MBSNRTOWCS = 1 HAVE_MBSRTOWCS = 1 HAVE_MBTOWC = 1 HAVE_MEMCHR = 1 HAVE_MEMPCPY = 1 HAVE_MKDIRAT = 1 HAVE_MKDTEMP = 1 HAVE_MKFIFO = 1 HAVE_MKFIFOAT = 1 HAVE_MKNOD = 1 HAVE_MKNODAT = 1 HAVE_MKOSTEMP = 1 HAVE_MKOSTEMPS = 1 HAVE_MKSTEMP = 1 HAVE_MKSTEMPS = 1 HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0 HAVE_NANOSLEEP = 1 HAVE_NETDB_H = 1 HAVE_NETINET_IN_H = HAVE_NEWLOCALE = 1 HAVE_NL_LANGINFO = 1 HAVE_OPENAT = 1 HAVE_OS_H = 0 HAVE_PCLOSE = 1 HAVE_PIPE = 1 HAVE_PIPE2 = 1 HAVE_POPEN = 1 HAVE_POSIX_OPENPT = 1 HAVE_POSIX_SIGNALBLOCKING = 1 HAVE_PREAD = 1 HAVE_PSELECT = 1 HAVE_PTHREAD_ATTR_DESTROY = 1 HAVE_PTHREAD_ATTR_GETDETACHSTATE = 1 HAVE_PTHREAD_ATTR_INIT = 1 HAVE_PTHREAD_ATTR_SETDETACHSTATE = 1 HAVE_PTHREAD_CONDATTR_DESTROY = 1 HAVE_PTHREAD_CONDATTR_INIT = 1 HAVE_PTHREAD_COND_BROADCAST = 1 HAVE_PTHREAD_COND_DESTROY = 1 HAVE_PTHREAD_COND_INIT = 1 HAVE_PTHREAD_COND_SIGNAL = 1 HAVE_PTHREAD_COND_TIMEDWAIT = 1 HAVE_PTHREAD_COND_WAIT = 1 HAVE_PTHREAD_CREATE = 1 HAVE_PTHREAD_CREATE_DETACHED = 1 HAVE_PTHREAD_DETACH = 1 HAVE_PTHREAD_EQUAL = 1 HAVE_PTHREAD_EXIT = 1 HAVE_PTHREAD_GETSPECIFIC = 1 HAVE_PTHREAD_H = 1 HAVE_PTHREAD_JOIN = 1 HAVE_PTHREAD_KEY_CREATE = 1 HAVE_PTHREAD_KEY_DELETE = 1 HAVE_PTHREAD_MUTEXATTR_DESTROY = 1 HAVE_PTHREAD_MUTEXATTR_GETROBUST = 1 HAVE_PTHREAD_MUTEXATTR_GETTYPE = 1 HAVE_PTHREAD_MUTEXATTR_INIT = 1 HAVE_PTHREAD_MUTEXATTR_SETROBUST = 1 HAVE_PTHREAD_MUTEXATTR_SETTYPE = 1 HAVE_PTHREAD_MUTEX_DESTROY = 1 HAVE_PTHREAD_MUTEX_INIT = 1 HAVE_PTHREAD_MUTEX_LOCK = 1 HAVE_PTHREAD_MUTEX_RECURSIVE = 1 HAVE_PTHREAD_MUTEX_ROBUST = 1 HAVE_PTHREAD_MUTEX_TIMEDLOCK = 1 HAVE_PTHREAD_MUTEX_TRYLOCK = 1 HAVE_PTHREAD_MUTEX_UNLOCK = 1 HAVE_PTHREAD_ONCE = 1 HAVE_PTHREAD_PROCESS_SHARED = 1 HAVE_PTHREAD_RWLOCKATTR_DESTROY = 1 HAVE_PTHREAD_RWLOCKATTR_INIT = 1 HAVE_PTHREAD_RWLOCK_DESTROY = 1 HAVE_PTHREAD_RWLOCK_INIT = 1 HAVE_PTHREAD_RWLOCK_RDLOCK = 1 HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK = 1 HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK = 1 HAVE_PTHREAD_RWLOCK_TRYRDLOCK = 1 HAVE_PTHREAD_RWLOCK_TRYWRLOCK = 1 HAVE_PTHREAD_RWLOCK_UNLOCK = 1 HAVE_PTHREAD_RWLOCK_WRLOCK = 1 HAVE_PTHREAD_SELF = 1 HAVE_PTHREAD_SETSPECIFIC = 1 HAVE_PTHREAD_SIGMASK = 1 HAVE_PTHREAD_SPINLOCK_T = 1 HAVE_PTHREAD_SPIN_DESTROY = 1 HAVE_PTHREAD_SPIN_INIT = 1 HAVE_PTHREAD_SPIN_LOCK = 1 HAVE_PTHREAD_SPIN_TRYLOCK = 1 HAVE_PTHREAD_SPIN_UNLOCK = 1 HAVE_PTHREAD_T = 1 HAVE_PTSNAME = 1 HAVE_PTSNAME_R = 1 HAVE_PWRITE = 1 HAVE_QSORT_R = 1 HAVE_RAISE = 1 HAVE_RANDOM = 1 HAVE_RANDOM_H = 1 HAVE_RANDOM_R = 1 HAVE_RAWMEMCHR = 1 HAVE_READLINK = 1 HAVE_READLINKAT = 1 HAVE_REALLOCARRAY = 1 HAVE_REALPATH = 1 HAVE_RENAMEAT = 1 HAVE_RPMATCH = 1 HAVE_SA_FAMILY_T = 1 HAVE_SCHED_H = 1 HAVE_SCHED_YIELD = 1 HAVE_SECURE_GETENV = 1 HAVE_SETENV = 1 HAVE_SETHOSTNAME = 1 HAVE_SETSTATE = 1 HAVE_SIGACTION = 1 HAVE_SIGHANDLER_T = 1 HAVE_SIGINFO_T = 1 HAVE_SIGNED_SIG_ATOMIC_T = HAVE_SIGNED_WCHAR_T = HAVE_SIGNED_WINT_T = HAVE_SIGSET_T = 1 HAVE_SLEEP = 1 HAVE_STDINT_H = 1 HAVE_STPCPY = 1 HAVE_STPNCPY = 1 HAVE_STRCASECMP = 1 HAVE_STRCASESTR = 1 HAVE_STRCHRNUL = 1 HAVE_STRINGS_H = 1 HAVE_STRPBRK = 1 HAVE_STRPTIME = 1 HAVE_STRSEP = 1 HAVE_STRTOD = 1 HAVE_STRTOLD = 1 HAVE_STRTOLL = 1 HAVE_STRTOULL = 1 HAVE_STRUCT_ADDRINFO = 1 HAVE_STRUCT_RANDOM_DATA = 1 HAVE_STRUCT_SCHED_PARAM = 1 HAVE_STRUCT_SIGACTION_SA_SIGACTION = 1 HAVE_STRUCT_SOCKADDR_STORAGE = 1 HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = 1 HAVE_STRUCT_TIMEVAL = 1 HAVE_STRVERSCMP = 1 HAVE_SYMLINK = 1 HAVE_SYMLINKAT = 1 HAVE_SYS_BITYPES_H = 0 HAVE_SYS_CDEFS_H = 1 HAVE_SYS_INTTYPES_H = 0 HAVE_SYS_IOCTL_H = 1 HAVE_SYS_LOADAVG_H = 0 HAVE_SYS_PARAM_H = 0 HAVE_SYS_SELECT_H = 1 HAVE_SYS_SOCKET_H = 1 HAVE_SYS_TIME_H = 1 HAVE_SYS_TYPES_H = 1 HAVE_SYS_UIO_H = 1 HAVE_TIMEGM = 1 HAVE_TIMEZONE_T = 0 HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = 1 HAVE_TZSET = 1 HAVE_UNISTD_H = 1 HAVE_UNLINKAT = 1 HAVE_UNLOCKPT = 1 HAVE_USLEEP = 1 HAVE_UTIMENSAT = 1 HAVE_VASPRINTF = 1 HAVE_VDPRINTF = 1 HAVE_VISIBILITY = HAVE_WCHAR_H = 1 HAVE_WCHAR_T = 1 HAVE_WCPCPY = 1 HAVE_WCPNCPY = 1 HAVE_WCRTOMB = 1 HAVE_WCSCASECMP = 1 HAVE_WCSCAT = 1 HAVE_WCSCHR = 1 HAVE_WCSCMP = 1 HAVE_WCSCOLL = 1 HAVE_WCSCPY = 1 HAVE_WCSCSPN = 1 HAVE_WCSDUP = 1 HAVE_WCSFTIME = 1 HAVE_WCSLEN = 1 HAVE_WCSNCASECMP = 1 HAVE_WCSNCAT = 1 HAVE_WCSNCMP = 1 HAVE_WCSNCPY = 1 HAVE_WCSNLEN = 1 HAVE_WCSNRTOMBS = 1 HAVE_WCSPBRK = 1 HAVE_WCSRCHR = 1 HAVE_WCSRTOMBS = 1 HAVE_WCSSPN = 1 HAVE_WCSSTR = 1 HAVE_WCSTOK = 1 HAVE_WCSWIDTH = 1 HAVE_WCSXFRM = 1 HAVE_WINSOCK2_H = 0 HAVE_WINT_T = 1 HAVE_WMEMCHR = 1 HAVE_WMEMCMP = 1 HAVE_WMEMCPY = 1 HAVE_WMEMMOVE = 1 HAVE_WMEMSET = 1 HAVE_WS2TCPIP_H = 0 HAVE_XLOCALE_H = 0 HAVE__BOOL = 1 HAVE__EXIT = 1 HOGWEED_CFLAGS = HOGWEED_LIBS = -lhogweed HOSTENT_LIB = HTML_DIR = ${datadir}/gtk-doc/html INCLUDE_NEXT = include_next INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next INET_NTOP_LIB = INET_PTON_LIB = INSTALL = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/hosttools/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s INT32_MAX_LT_INTMAX_MAX = 1 INT64_MAX_EQ_LONG_MAX = 1 INTLLIBS = INTL_MACOSX_LIBS = LCOV = LD = aarch64-poky-linux-ld --sysroot=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot LDDPOSTPROC = 2>/dev/null | sed -n -e 's,^ NEEDED *\([^ ].*\)$,\1,p' LDDPROG = LC_ALL=C aarch64-poky-linux-objdump -p LDFLAGS = -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now LIBATOMIC_LIBS = -latomic LIBBCRYPT = LIBCRYPTO = LIBCRYPTO_PREFIX = LIBDL = -ldl LIBDL_PREFIX = LIBEV = LIBEV_LIBS = LIBEV_PREFIX = LIBGNUTLS_CFLAGS = -I/usr/include LIBGNUTLS_LIBS = -L/usr/lib -lgnutls LIBICONV = -liconv LIBIDN2_CFLAGS = LIBIDN2_LIBS = -lidn2 LIBINTL = LIBMULTITHREAD = -pthread LIBNCRYPT = LIBOBJS = LIBOPTS_CFLAGS = -I$(top_srcdir)/src/libopts LIBOPTS_DIR = src/libopts LIBOPTS_LDADD = $(top_builddir)/src/libopts/libopts.la LIBPMULTITHREAD = -pthread LIBPTHREAD = -pthread LIBPTHREAD_PREFIX = LIBRT = -lrt LIBRT_PREFIX = LIBS = LIBSECCOMP = LIBSECCOMP_PREFIX = LIBSOCKET = LIBSTDTHREAD = LIBTASN1_CFLAGS = LIBTASN1_LIBS = LIBTESTS_LIBDEPS = LIBTHREAD = LIBTOOL = $(top_builddir)/aarch64-poky-linux-libtool LIBUNISTRING = -lunistring LIBUNISTRING_UNICTYPE_H = unictype.h LIBUNISTRING_UNINORM_H = uninorm.h LIBUNISTRING_UNISTR_H = unistr.h LIBUNISTRING_UNITYPES_H = unitypes.h LIB_CLOCK_GETTIME = LIB_CRYPT32 = LIB_NANOSLEEP = LIB_PTHREAD = -pthread LIB_PTHREAD_SIGMASK = -pthread LIB_SCHED_YIELD = LIB_SELECT = LIB_SETLOCALE = LIB_SETLOCALE_NULL = LIMITS_H = limits.h LIPO = LN_S = ln -s LOCALE_FR = fr_FR LOCALE_FR_UTF8 = none LOCALE_JA = none LOCALE_TR_UTF8 = none LOCALE_ZH_CN = none LTALLOCA = LTLIBCRYPTO = LTLIBDL = -ldl LTLIBEV = LTLIBICONV = -liconv LTLIBINTL = LTLIBMULTITHREAD = -pthread LTLIBOBJS = LTLIBPTHREAD = LTLIBRT = -lrt LTLIBSECCOMP = LTLIBTHREAD = LT_AGE = 28 LT_CURRENT = 58 LT_DANE_AGE = 4 LT_DANE_CURRENT = 4 LT_DANE_REVISION = 1 LT_REVISION = 0 LT_SSL_AGE = 0 LT_SSL_CURRENT = 27 LT_SSL_REVISION = 2 LT_SYS_LIBRARY_PATH = LT_XSSL_AGE = 0 LT_XSSL_CURRENT = 0 LT_XSSL_REVISION = 0 MAINT = MAJOR_VERSION = 3 MAKEINFO = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/gnutls-3.6.14/build-aux/missing makeinfo MANIFEST_TOOL = : MINOR_VERSION = 6 MKDIR_P = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/hosttools/mkdir -p MSGFMT = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot-native/usr/bin/msgfmt MSGMERGE = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot-native/usr/bin/msgmerge MSGMERGE_FOR_MSGFMT_OPTION = --for-msgfmt NETINET_IN_H = NETTLE_CFLAGS = NETTLE_LIBS = -lnettle NEXT_ARPA_INET_H = NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = NEXT_AS_FIRST_DIRECTIVE_CTYPE_H = NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = NEXT_AS_FIRST_DIRECTIVE_NETDB_H = NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = NEXT_AS_FIRST_DIRECTIVE_PTHREAD_H = NEXT_AS_FIRST_DIRECTIVE_SCHED_H = NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = NEXT_AS_FIRST_DIRECTIVE_STDINT_H = NEXT_AS_FIRST_DIRECTIVE_STDIO_H = NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = NEXT_AS_FIRST_DIRECTIVE_STRING_H = NEXT_AS_FIRST_DIRECTIVE_SYS_IOCTL_H = NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = NEXT_AS_FIRST_DIRECTIVE_TIME_H = NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = NEXT_CTYPE_H = NEXT_ERRNO_H = NEXT_FCNTL_H = NEXT_FLOAT_H = NEXT_INTTYPES_H = NEXT_LANGINFO_H = NEXT_LIMITS_H = NEXT_LOCALE_H = NEXT_NETDB_H = NEXT_NETINET_IN_H = NEXT_PTHREAD_H = NEXT_SCHED_H = NEXT_SIGNAL_H = NEXT_STDDEF_H = NEXT_STDINT_H = NEXT_STDIO_H = NEXT_STDLIB_H = NEXT_STRINGS_H = NEXT_STRING_H = NEXT_SYS_IOCTL_H = NEXT_SYS_SELECT_H = NEXT_SYS_SOCKET_H = NEXT_SYS_STAT_H = NEXT_SYS_TIME_H = NEXT_SYS_TYPES_H = NEXT_SYS_UIO_H = NEXT_TIME_H = NEXT_UNISTD_H = NEXT_WCHAR_H = NM = aarch64-poky-linux-nm NMEDIT = NUMBER_VERSION = 0x03060e OBJDUMP = aarch64-poky-linux-objdump OBJEXT = o OTOOL = OTOOL64 = P11_KIT_CFLAGS = P11_KIT_LIBS = PACKAGE = gnutls PACKAGE_BUGREPORT = bugs@gnutls.org PACKAGE_NAME = GnuTLS PACKAGE_STRING = GnuTLS 3.6.14 PACKAGE_TARNAME = gnutls PACKAGE_URL = PACKAGE_VERSION = 3.6.14 PARSE_DATETIME_BISON = : PATCH_VERSION = 14 PATH_SEPARATOR = : PKG_CONFIG = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot-native/usr/bin/pkg-config PKG_CONFIG_LIBDIR = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot/usr/lib/pkgconfig PKG_CONFIG_PATH = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot/usr/lib/pkgconfig:/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot/usr/share/pkgconfig PMCCABE = false POSIX_SHELL = /bin/sh POSUB = po PRAGMA_COLUMNS = PRAGMA_SYSTEM_HEADER = #pragma GCC system_header PRIPTR_PREFIX = "l" PRI_MACROS_BROKEN = 0 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = 0 PTRDIFF_T_SUFFIX = RANLIB = aarch64-poky-linux-gcc-ranlib REPLACE_ACCESS = 0 REPLACE_BTOWC = 0 REPLACE_CALLOC = 0 REPLACE_CANONICALIZE_FILE_NAME = 0 REPLACE_CHOWN = 0 REPLACE_CLOSE = 0 REPLACE_CREAT = 0 REPLACE_CTIME = GNULIB_PORTCHECK REPLACE_DPRINTF = 0 REPLACE_DUP = 0 REPLACE_DUP2 = 0 REPLACE_DUPLOCALE = 0 REPLACE_FACCESSAT = 0 REPLACE_FCHMODAT = 0 REPLACE_FCHOWNAT = 0 REPLACE_FCLOSE = 0 REPLACE_FCNTL = 1 REPLACE_FDOPEN = 0 REPLACE_FFLUSH = 0 REPLACE_FOPEN = 0 REPLACE_FPRINTF = 0 REPLACE_FPURGE = 0 REPLACE_FREELOCALE = 0 REPLACE_FREOPEN = 0 REPLACE_FSEEK = 0 REPLACE_FSEEKO = 0 REPLACE_FSTAT = 0 REPLACE_FSTATAT = 0 REPLACE_FTELL = 0 REPLACE_FTELLO = 0 REPLACE_FTRUNCATE = 0 REPLACE_FUTIMENS = 0 REPLACE_GAI_STRERROR = 0 REPLACE_GETADDRINFO = 0 REPLACE_GETCWD = 0 REPLACE_GETDELIM = 0 REPLACE_GETDOMAINNAME = 0 REPLACE_GETDTABLESIZE = 0 REPLACE_GETGROUPS = 0 REPLACE_GETLINE = 0 REPLACE_GETLOGIN_R = 0 REPLACE_GETPAGESIZE = 0 REPLACE_GETPASS = 0 REPLACE_GETTIMEOFDAY = 0 REPLACE_GMTIME = 0 REPLACE_INET_NTOP = 0 REPLACE_INET_PTON = 0 REPLACE_INITSTATE = 0 REPLACE_IOCTL = 1 REPLACE_ISATTY = 0 REPLACE_ITOLD = 0 REPLACE_LCHOWN = 0 REPLACE_LINK = 0 REPLACE_LINKAT = 0 REPLACE_LOCALECONV = 0 REPLACE_LOCALTIME = 0 REPLACE_LOCALTIME_R = 0 REPLACE_LSEEK = 0 REPLACE_LSTAT = 0 REPLACE_MALLOC = 0 REPLACE_MBRLEN = 0 REPLACE_MBRTOWC = 0 REPLACE_MBSINIT = 0 REPLACE_MBSNRTOWCS = 0 REPLACE_MBSRTOWCS = 0 REPLACE_MBSTATE_T = 0 REPLACE_MBTOWC = 0 REPLACE_MEMCHR = 1 REPLACE_MEMMEM = 0 REPLACE_MKDIR = 0 REPLACE_MKFIFO = 0 REPLACE_MKNOD = 0 REPLACE_MKSTEMP = 0 REPLACE_MKTIME = 0 REPLACE_NANOSLEEP = 1 REPLACE_NEWLOCALE = 0 REPLACE_NL_LANGINFO = 0 REPLACE_NULL = 0 REPLACE_OBSTACK_PRINTF = 0 REPLACE_OPEN = 0 REPLACE_OPENAT = 0 REPLACE_PERROR = 1 REPLACE_POPEN = 0 REPLACE_PREAD = 0 REPLACE_PRINTF = 0 REPLACE_PSELECT = 0 REPLACE_PTHREAD_ATTR_DESTROY = 0 REPLACE_PTHREAD_ATTR_GETDETACHSTATE = 0 REPLACE_PTHREAD_ATTR_INIT = 0 REPLACE_PTHREAD_ATTR_SETDETACHSTATE = 0 REPLACE_PTHREAD_CONDATTR_DESTROY = 0 REPLACE_PTHREAD_CONDATTR_INIT = 0 REPLACE_PTHREAD_COND_BROADCAST = 0 REPLACE_PTHREAD_COND_DESTROY = 0 REPLACE_PTHREAD_COND_INIT = 0 REPLACE_PTHREAD_COND_SIGNAL = 0 REPLACE_PTHREAD_COND_TIMEDWAIT = 0 REPLACE_PTHREAD_COND_WAIT = 0 REPLACE_PTHREAD_CREATE = 0 REPLACE_PTHREAD_DETACH = 0 REPLACE_PTHREAD_EQUAL = 0 REPLACE_PTHREAD_EXIT = 0 REPLACE_PTHREAD_GETSPECIFIC = 0 REPLACE_PTHREAD_JOIN = 0 REPLACE_PTHREAD_KEY_CREATE = 0 REPLACE_PTHREAD_KEY_DELETE = 0 REPLACE_PTHREAD_MUTEXATTR_DESTROY = 0 REPLACE_PTHREAD_MUTEXATTR_GETROBUST = 0 REPLACE_PTHREAD_MUTEXATTR_GETTYPE = 0 REPLACE_PTHREAD_MUTEXATTR_INIT = 0 REPLACE_PTHREAD_MUTEXATTR_SETROBUST = 0 REPLACE_PTHREAD_MUTEXATTR_SETTYPE = 0 REPLACE_PTHREAD_MUTEX_DESTROY = 0 REPLACE_PTHREAD_MUTEX_INIT = 0 REPLACE_PTHREAD_MUTEX_LOCK = 0 REPLACE_PTHREAD_MUTEX_TIMEDLOCK = 0 REPLACE_PTHREAD_MUTEX_TRYLOCK = 0 REPLACE_PTHREAD_MUTEX_UNLOCK = 0 REPLACE_PTHREAD_ONCE = 0 REPLACE_PTHREAD_RWLOCKATTR_DESTROY = 0 REPLACE_PTHREAD_RWLOCKATTR_INIT = 0 REPLACE_PTHREAD_RWLOCK_DESTROY = 0 REPLACE_PTHREAD_RWLOCK_INIT = 0 REPLACE_PTHREAD_RWLOCK_RDLOCK = 0 REPLACE_PTHREAD_RWLOCK_TIMEDRDLOCK = 0 REPLACE_PTHREAD_RWLOCK_TIMEDWRLOCK = 0 REPLACE_PTHREAD_RWLOCK_TRYRDLOCK = 0 REPLACE_PTHREAD_RWLOCK_TRYWRLOCK = 0 REPLACE_PTHREAD_RWLOCK_UNLOCK = 0 REPLACE_PTHREAD_RWLOCK_WRLOCK = 0 REPLACE_PTHREAD_SELF = 0 REPLACE_PTHREAD_SETSPECIFIC = 0 REPLACE_PTHREAD_SIGMASK = 0 REPLACE_PTHREAD_SPIN_DESTROY = 0 REPLACE_PTHREAD_SPIN_INIT = 0 REPLACE_PTHREAD_SPIN_LOCK = 0 REPLACE_PTHREAD_SPIN_TRYLOCK = 0 REPLACE_PTHREAD_SPIN_UNLOCK = 0 REPLACE_PTSNAME = 0 REPLACE_PTSNAME_R = 0 REPLACE_PUTENV = 0 REPLACE_PWRITE = 0 REPLACE_QSORT_R = 0 REPLACE_RAISE = 0 REPLACE_RANDOM = 0 REPLACE_RANDOM_R = 0 REPLACE_READ = 0 REPLACE_READLINK = 0 REPLACE_READLINKAT = 0 REPLACE_REALLOC = 0 REPLACE_REALPATH = 0 REPLACE_REMOVE = 0 REPLACE_RENAME = 0 REPLACE_RENAMEAT = 0 REPLACE_RMDIR = 0 REPLACE_SCHED_YIELD = 0 REPLACE_SELECT = 0 REPLACE_SETENV = 0 REPLACE_SETLOCALE = 0 REPLACE_SETSTATE = 0 REPLACE_SLEEP = 0 REPLACE_SNPRINTF = 0 REPLACE_SPRINTF = 0 REPLACE_STAT = 0 REPLACE_STDIO_READ_FUNCS = 0 REPLACE_STDIO_WRITE_FUNCS = 0 REPLACE_STPNCPY = 0 REPLACE_STRCASESTR = 0 REPLACE_STRCHRNUL = 0 REPLACE_STRDUP = 0 REPLACE_STRERROR = 1 REPLACE_STRERROR_R = 1 REPLACE_STRFTIME = GNULIB_PORTCHECK REPLACE_STRNCAT = 0 REPLACE_STRNDUP = 0 REPLACE_STRNLEN = 0 REPLACE_STRSIGNAL = 0 REPLACE_STRSTR = 0 REPLACE_STRTOD = 0 REPLACE_STRTOIMAX = 0 REPLACE_STRTOK_R = 0 REPLACE_STRTOLD = 0 REPLACE_STRTOUMAX = 0 REPLACE_STRUCT_LCONV = 0 REPLACE_STRUCT_TIMEVAL = 0 REPLACE_SYMLINK = 0 REPLACE_SYMLINKAT = 0 REPLACE_TIMEGM = 0 REPLACE_TMPFILE = 0 REPLACE_TRUNCATE = 0 REPLACE_TTYNAME_R = 0 REPLACE_TZSET = 0 REPLACE_UNLINK = 0 REPLACE_UNLINKAT = 0 REPLACE_UNSETENV = 0 REPLACE_USLEEP = 0 REPLACE_UTIMENSAT = 0 REPLACE_VASPRINTF = 0 REPLACE_VDPRINTF = 0 REPLACE_VFPRINTF = 0 REPLACE_VPRINTF = 0 REPLACE_VSNPRINTF = 0 REPLACE_VSPRINTF = 0 REPLACE_WCRTOMB = 0 REPLACE_WCSFTIME = 0 REPLACE_WCSNRTOMBS = 0 REPLACE_WCSRTOMBS = 0 REPLACE_WCSTOK = 0 REPLACE_WCSWIDTH = 0 REPLACE_WCTOB = 0 REPLACE_WCTOMB = 0 REPLACE_WCWIDTH = 0 REPLACE_WRITE = 0 SED = sed SERVENT_LIB = SET_MAKE = SHELL = /bin/bash SIG_ATOMIC_T_SUFFIX = SIZE_T_SUFFIX = STDALIGN_H = STDBOOL_H = STDDEF_H = STDINT_H = STDNORETURN_H = STRIP = aarch64-poky-linux-strip SYS_IOCTL_H_HAVE_WINSOCK2_H = 0 SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = 0 TIME_H_DEFINES_STRUCT_TIMESPEC = 1 TROUSERS_LIB = TSS_CFLAGS = TSS_LIBS = UINT32_MAX_LT_UINTMAX_MAX = 1 UINT64_MAX_EQ_ULONG_MAX = 1 UNBOUND_CFLAGS = UNBOUND_LIBS = UNDEFINE_STRTOK_R = 1 UNISTD_H_DEFINES_STRUCT_TIMESPEC = 0 UNISTD_H_HAVE_WINSOCK2_H = 0 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0 USE_NLS = yes VALGRIND = VERSION = 3.6.14 WARN_CFLAGS = -fno-common -W -Wabsolute-value -Waddress -Waddress-of-packed-member -Waggressive-loop-optimizations -Wall -Wattribute-warning -Wattributes -Wbad-function-cast -Wbool-compare -Wbool-operation -Wbuiltin-declaration-mismatch -Wbuiltin-macro-redefined -Wcannot-profile -Wcast-align -Wcast-align=strict -Wcast-function-type -Wchar-subscripts -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization -Wdiscarded-array-qualifiers -Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-branches -Wduplicated-cond -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-security -Wformat-zero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wif-not-aligned -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Wint-conversion -Wint-in-bool-context -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-elt-size -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-attributes -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-profile -Wmissing-prototypes -Wmultichar -Wmultistatement-macros -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wodr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked -Wpacked-bitfield-compat -Wpacked-not-aligned -Wparentheses -Wpointer-arith -Wpointer-compare -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wrestrict -Wreturn-local-addr -Wreturn-type -Wscalar-storage-order -Wsequence-point -Wshadow -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-div -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-prototypes -Wstringop-truncation -Wsuggest-attribute=cold -Wsuggest-attribute=format -Wsuggest-attribute=malloc -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wswitch-unreachable -Wsync-nand -Wtautological-compare -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-macros -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings -Walloc-size-larger-than=9223372036854775807 -Warray-bounds=2 -Wattribute-alias=2 -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wnormalized=nfc -Wshift-overflow=2 -Wstringop-overflow=2 -Wunused-const-variable=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-unused-parameter -Wno-format-truncation -Wimplicit-fallthrough=2 -Wabi=11 -fdiagnostics-show-option -fno-builtin-strcmp WCHAR_T_SUFFIX = WERROR_CFLAGS = WINDOWS_64_BIT_OFF_T = 0 WINDOWS_64_BIT_ST_SIZE = 0 WINDOWS_STAT_INODES = 0 WINDOWS_STAT_TIMESPEC = 0 WINT_T_SUFFIX = WSTACK_CFLAGS = -Wtype-limits XGETTEXT = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot-native/usr/bin/xgettext XGETTEXT_015 = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/recipe-sysroot-native/usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = --flag=asprintf:2:c-format --flag=vasprintf:2:c-format YACC = yacc YFLAGS = abs_aux_dir = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/gnutls-3.6.14/build-aux abs_builddir = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/build/doc abs_srcdir = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/build/../gnutls-3.6.14/doc abs_top_builddir = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/build abs_top_srcdir = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/build/../gnutls-3.6.14 ac_ct_AR = ac_ct_CC = ac_ct_CXX = ac_ct_DUMPBIN = ac_cv_sizeof_time_t = 8 am__include = include am__leading_dot = . am__quote = am__tar = $${TAR-tar} chof - "$$tardir" am__untar = $${TAR-tar} xf - autogen = bindir = /usr/bin build = x86_64-pc-linux-gnu build_alias = x86_64-linux build_cpu = x86_64 build_os = linux-gnu build_vendor = pc builddir = . datadir = /usr/share datarootdir = ${prefix}/share docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} dvidir = ${docdir} exec_prefix = /usr ggl_LIBOBJS = asnprintf.o fcntl.o localtime-buffer.o memchr.o mktime.o printf-args.o printf-parse.o time_rz.o vasnprintf.o ggl_LTLIBOBJS = asnprintf.lo fcntl.lo localtime-buffer.lo memchr.lo mktime.lo printf-args.lo printf-parse.lo time_rz.lo vasnprintf.lo ggltests_LIBOBJS = ggltests_LTLIBOBJS = ggltests_WITNESS = IN_GNUTLS_GNULIB_TESTS gl_LIBOBJS = asnprintf.o fcntl.o localtime-buffer.o memchr.o printf-args.o printf-parse.o vasnprintf.o gl_LTLIBOBJS = asnprintf.lo fcntl.lo localtime-buffer.lo memchr.lo printf-args.lo printf-parse.lo vasnprintf.lo gltests_LIBOBJS = ioctl.o nanosleep.o perror.o strerror.o strerror_r.o gltests_LTLIBOBJS = ioctl.lo nanosleep.lo perror.lo strerror.lo strerror_r.lo gltests_WITNESS = IN_GNUTLS_GNULIB_TESTS guile_snarf = guileextensiondir = $(GUILE_EXTENSION) guilesiteccachedir = $(GUILE_SITE_CCACHE) guilesitedir = $(GUILE_SITE) host = aarch64-poky-linux-gnu host_alias = aarch64-poky-linux host_cpu = aarch64 host_os = linux-gnu host_vendor = poky htmldir = ${docdir} ifGNUmake = ifnGNUmake = includedir = /usr/include infodir = /usr/share/info install_sh = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/gnutls/3.6.14-r0/gnutls-3.6.14/build-aux/install-sh libdir = /usr/lib libexecdir = /usr/libexec localedir = ${datarootdir}/locale localstatedir = /var mandir = /usr/share/man maybe_guileextensiondir = "$(GUILE_EXTENSION)" mkdir_p = $(MKDIR_P) oldincludedir = /usr/include pdfdir = ${docdir} prefix = /usr program_transform_name = s,x,x, psdir = ${docdir} sbindir = /usr/sbin sharedstatedir = /com srcdir = ../../gnutls-3.6.14/doc sysconfdir = /etc target_alias = aarch64-poky-linux top_build_prefix = ../ top_builddir = .. top_srcdir = ../../gnutls-3.6.14 unistring_LIBOBJS = unistring_LTLIBOBJS = unistringtests_LIBOBJS = unistringtests_LTLIBOBJS = unistringtests_WITNESS = IN_GNUTLS_GNULIB_TESTS EXTRA_DIST = TODO certtool.cfg gnutls.html doxygen/Doxyfile.in \ doxygen/Doxyfile.orig texinfo.css gnutls-guile.html \ stamp_enums stamp_functions doc.mk COPYING COPYING.LESSER \ $(guile_texi) extract-guile-c-doc.scm IMAGES = \ gnutls-handshake-state.png \ gnutls-layers.png gnutls-modauth.png \ gnutls-client-server-use-case.png \ gnutls-handshake-sequence.png gnutls-internals.png \ gnutls-logo.png gnutls-x509.png \ pkcs11-vision.png SUBDIRS = examples scripts credentials latex $(am__append_1) info_TEXINFOS = gnutls.texi gnutls-guile.texi # Examples. # Images. Make sure there are eps + png + pdf of each, plus the source dia. # Images. Make sure there are eps + png + pdf of each, plus the source dia. gnutls_TEXINFOS = gnutls.texi fdl-1.3.texi cha-bib.texi \ cha-cert-auth.texi cha-cert-auth2.texi cha-ciphersuites.texi \ cha-copying.texi cha-functions.texi cha-gtls-app.texi \ cha-internals.texi cha-intro-tls.texi cha-library.texi \ cha-preface.texi cha-programs.texi sec-tls-app.texi \ cha-errors.texi cha-support.texi cha-shared-key.texi \ cha-gtls-examples.texi cha-upgrade.texi cha-tokens.texi \ cha-crypto.texi cha-auth.texi cha-config.texi stamp_functions \ examples/ex-client-anon.c examples/ex-session-info.c \ examples/ex-verify.c examples/ex-cert-select.c \ examples/ex-client-resume.c examples/ex-client-srp.c \ examples/ex-client-x509.c examples/ex-serv-x509.c \ examples/ex-serv-anon.c examples/ex-serv-srp.c \ examples/ex-alert.c examples/ex-x509-info.c examples/ex-crq.c \ examples/ex-pkcs12.c examples/ex-client-dtls.c \ gnutls-internals.dia gnutls-internals.eps gnutls-internals.png \ gnutls-layers.dia gnutls-layers.eps gnutls-layers.png \ gnutls-crypto-layers.dia gnutls-crypto-layers.eps \ gnutls-crypto-layers.png gnutls-x509.dia gnutls-x509.eps \ gnutls-x509.png gnutls-logo.eps gnutls-logo.png \ pkcs11-vision.dia pkcs11-vision.eps pkcs11-vision.png \ gnutls-client-server-use-case.dia \ gnutls-client-server-use-case.eps \ gnutls-client-server-use-case.png \ gnutls-handshake-sequence.dia gnutls-handshake-sequence.eps \ gnutls-handshake-sequence.png gnutls-handshake-state.dia \ gnutls-handshake-state.eps gnutls-handshake-state.png \ gnutls-modauth.dia gnutls-modauth.eps gnutls-modauth.png \ $(API_FILES) $(am__append_2) $(ENUMS) $(FUNCS) \ $(AUTOGENED_DOC) AUTOGENED_DOC = invoke-gnutls-cli.texi invoke-gnutls-cli-debug.texi \ invoke-gnutls-serv.texi invoke-certtool.texi invoke-srptool.texi \ invoke-ocsptool.texi invoke-psktool.texi invoke-p11tool.texi \ invoke-tpmtool.texi invoke-danetool.texi infoimagesdir = $(infodir) infoimages_DATA = $(IMAGES) html_DATA = $(IMAGES) AM_MAKEINFOFLAGS = -I $(top_srcdir)/doc TEXI2DVI = texi2dvi $(AM_MAKEINFOFLAGS) AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) \ --no-split --css-include=$(srcdir)/texinfo.css MAINTAINERCLEANFILES = $(API_FILES) $(guile_texi) # Generated texinfos. API_FILES = gnutls-api.texi socket-api.texi x509-api.texi pkcs12-api.texi \ tpm-api.texi pkcs11-api.texi abstract-api.texi compat-api.texi \ dtls-api.texi crypto-api.texi ocsp-api.texi tpm-api.texi dane-api.texi \ pkcs7-api.texi DISTCLEANFILES = error_codes.texi algorithms.texi alerts.texi \ enums.texi $(ENUMS) stamp_enums stamp_functions AM_CPPFLAGS = \ -I$(top_builddir)/lib/includes -I$(top_srcdir)/lib/includes \ -I$(top_builddir)/ errcodes_SOURCES = errcodes.c common.c common.h errcodes_LDADD = ../lib/libgnutls.la ../gl/libgnu.la printlist_SOURCES = printlist.c common.c common.h printlist_LDADD = ../lib/libgnutls.la ../gl/libgnu.la alert_printlist_SOURCES = alert-printlist.c common.c common.h alert_printlist_LDADD = ../lib/libgnutls.la ../gl/libgnu.la # Guile texinfos. guile_texi = core.c.texi BUILT_SOURCES = $(guile_texi) guile_TEXINFOS = gnutls-guile.texi $(guile_texi) #GUILE_FOR_BUILD = \ # GUILE_AUTO_COMPILE=0 \ # $(GUILE) -q -L $(top_srcdir)/guile/modules #SNARF_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) \ # -I$(top_srcdir)/lib/includes -I$(top_builddir)/lib/includes \ # -I$(top_srcdir)/extra/includes \ # -I$(top_srcdir)/guile/src -I$(top_builddir)/guile/src \ # $(GUILE_CFLAGS) ENUMS = enums/dane_cert_type_t enums/dane_cert_usage_t \ enums/dane_match_type_t enums/dane_query_status_t \ enums/dane_state_flags_t enums/dane_verify_flags_t \ enums/dane_verify_status_t \ enums/gnutls_abstract_export_flags_t \ enums/gnutls_alert_description_t enums/gnutls_alert_level_t \ enums/gnutls_alpn_flags_t enums/gnutls_certificate_flags \ enums/gnutls_certificate_import_flags \ enums/gnutls_certificate_print_formats_t \ enums/gnutls_certificate_request_t \ enums/gnutls_certificate_status_t \ enums/gnutls_certificate_type_t \ enums/gnutls_certificate_verification_profiles_t \ enums/gnutls_certificate_verify_flags \ enums/gnutls_channel_binding_t enums/gnutls_cipher_algorithm_t \ enums/gnutls_close_request_t enums/gnutls_compression_method_t \ enums/gnutls_credentials_type_t enums/gnutls_ctype_target_t \ enums/gnutls_digest_algorithm_t enums/gnutls_ecc_curve_t \ enums/gnutls_ext_flags_t enums/gnutls_ext_parse_type_t \ enums/gnutls_fips_mode_t enums/gnutls_gost_paramset_t \ enums/gnutls_group_t enums/gnutls_handshake_description_t \ enums/gnutls_init_flags_t enums/gnutls_keygen_types_t \ enums/gnutls_keyid_flags_t enums/gnutls_kx_algorithm_t \ enums/gnutls_mac_algorithm_t enums/gnutls_ocsp_cert_status_t \ enums/gnutls_ocsp_print_formats_t \ enums/gnutls_ocsp_resp_status_t \ enums/gnutls_ocsp_verify_reason_t \ enums/gnutls_openpgp_crt_status_t enums/gnutls_params_type_t \ enums/gnutls_pin_flag_t enums/gnutls_pk_algorithm_t \ enums/gnutls_pkcs11_obj_flags enums/gnutls_pkcs11_obj_info_t \ enums/gnutls_pkcs11_obj_type_t \ enums/gnutls_pkcs11_token_info_t \ enums/gnutls_pkcs11_url_type_t enums/gnutls_pkcs12_bag_type_t \ enums/gnutls_pkcs7_sign_flags \ enums/gnutls_pkcs_encrypt_flags_t enums/gnutls_privkey_flags_t \ enums/gnutls_privkey_type_t enums/gnutls_protocol_t \ enums/gnutls_psk_key_flags enums/gnutls_pubkey_flags_t \ enums/gnutls_rnd_level_t enums/gnutls_sec_param_t \ enums/gnutls_server_name_type_t enums/gnutls_session_flags_t \ enums/gnutls_sign_algorithm_t enums/gnutls_srtp_profile_t \ enums/gnutls_supplemental_data_format_type_t \ enums/gnutls_tpmkey_fmt_t enums/gnutls_vdata_types_t \ enums/gnutls_x509_crl_reason_t enums/gnutls_x509_crt_flags \ enums/gnutls_x509_crt_fmt_t \ enums/gnutls_x509_subject_alt_name_t FUNCS = functions/dane_cert_type_name \ functions/dane_cert_type_name.short \ functions/dane_cert_usage_name \ functions/dane_cert_usage_name.short \ functions/dane_match_type_name \ functions/dane_match_type_name.short functions/dane_query_data \ functions/dane_query_data.short functions/dane_query_deinit \ functions/dane_query_deinit.short functions/dane_query_entries \ functions/dane_query_entries.short functions/dane_query_status \ functions/dane_query_status.short functions/dane_query_tlsa \ functions/dane_query_tlsa.short \ functions/dane_query_to_raw_tlsa \ functions/dane_query_to_raw_tlsa.short functions/dane_raw_tlsa \ functions/dane_raw_tlsa.short functions/dane_state_deinit \ functions/dane_state_deinit.short functions/dane_state_init \ functions/dane_state_init.short \ functions/dane_state_set_dlv_file \ functions/dane_state_set_dlv_file.short \ functions/dane_strerror functions/dane_strerror.short \ functions/dane_verification_status_print \ functions/dane_verification_status_print.short \ functions/dane_verify_crt functions/dane_verify_crt.short \ functions/dane_verify_crt_raw \ functions/dane_verify_crt_raw.short \ functions/dane_verify_session_crt \ functions/dane_verify_session_crt.short \ functions/gnutls_aead_cipher_decrypt \ functions/gnutls_aead_cipher_decrypt.short \ functions/gnutls_aead_cipher_decryptv2 \ functions/gnutls_aead_cipher_decryptv2.short \ functions/gnutls_aead_cipher_deinit \ functions/gnutls_aead_cipher_deinit.short \ functions/gnutls_aead_cipher_encrypt \ functions/gnutls_aead_cipher_encrypt.short \ functions/gnutls_aead_cipher_encryptv \ functions/gnutls_aead_cipher_encryptv.short \ functions/gnutls_aead_cipher_encryptv2 \ functions/gnutls_aead_cipher_encryptv2.short \ functions/gnutls_aead_cipher_init \ functions/gnutls_aead_cipher_init.short \ functions/gnutls_alert_get functions/gnutls_alert_get.short \ functions/gnutls_alert_get_name \ functions/gnutls_alert_get_name.short \ functions/gnutls_alert_get_strname \ functions/gnutls_alert_get_strname.short \ functions/gnutls_alert_send functions/gnutls_alert_send.short \ functions/gnutls_alert_send_appropriate \ functions/gnutls_alert_send_appropriate.short \ functions/gnutls_alpn_get_selected_protocol \ functions/gnutls_alpn_get_selected_protocol.short \ functions/gnutls_alpn_set_protocols \ functions/gnutls_alpn_set_protocols.short \ functions/gnutls_anon_allocate_client_credentials \ functions/gnutls_anon_allocate_client_credentials.short \ functions/gnutls_anon_allocate_server_credentials \ functions/gnutls_anon_allocate_server_credentials.short \ functions/gnutls_anon_free_client_credentials \ functions/gnutls_anon_free_client_credentials.short \ functions/gnutls_anon_free_server_credentials \ functions/gnutls_anon_free_server_credentials.short \ functions/gnutls_anon_set_params_function \ functions/gnutls_anon_set_params_function.short \ functions/gnutls_anon_set_server_dh_params \ functions/gnutls_anon_set_server_dh_params.short \ functions/gnutls_anon_set_server_known_dh_params \ functions/gnutls_anon_set_server_known_dh_params.short \ functions/gnutls_anon_set_server_params_function \ functions/gnutls_anon_set_server_params_function.short \ functions/gnutls_anti_replay_deinit \ functions/gnutls_anti_replay_deinit.short \ functions/gnutls_anti_replay_enable \ functions/gnutls_anti_replay_enable.short \ functions/gnutls_anti_replay_init \ functions/gnutls_anti_replay_init.short \ functions/gnutls_anti_replay_set_add_function \ functions/gnutls_anti_replay_set_add_function.short \ functions/gnutls_anti_replay_set_ptr \ functions/gnutls_anti_replay_set_ptr.short \ functions/gnutls_anti_replay_set_window \ functions/gnutls_anti_replay_set_window.short \ functions/gnutls_auth_client_get_type \ functions/gnutls_auth_client_get_type.short \ functions/gnutls_auth_get_type \ functions/gnutls_auth_get_type.short \ functions/gnutls_auth_server_get_type \ functions/gnutls_auth_server_get_type.short \ functions/gnutls_base64_decode2 \ functions/gnutls_base64_decode2.short \ functions/gnutls_base64_encode2 \ functions/gnutls_base64_encode2.short \ functions/gnutls_buffer_append_data \ functions/gnutls_buffer_append_data.short functions/gnutls_bye \ functions/gnutls_bye.short \ functions/gnutls_certificate_activation_time_peers \ functions/gnutls_certificate_activation_time_peers.short \ functions/gnutls_certificate_allocate_credentials \ functions/gnutls_certificate_allocate_credentials.short \ functions/gnutls_certificate_client_get_request_status \ functions/gnutls_certificate_client_get_request_status.short \ functions/gnutls_certificate_expiration_time_peers \ functions/gnutls_certificate_expiration_time_peers.short \ functions/gnutls_certificate_free_ca_names \ functions/gnutls_certificate_free_ca_names.short \ functions/gnutls_certificate_free_cas \ functions/gnutls_certificate_free_cas.short \ functions/gnutls_certificate_free_credentials \ functions/gnutls_certificate_free_credentials.short \ functions/gnutls_certificate_free_crls \ functions/gnutls_certificate_free_crls.short \ functions/gnutls_certificate_free_keys \ functions/gnutls_certificate_free_keys.short \ functions/gnutls_certificate_get_crt_raw \ functions/gnutls_certificate_get_crt_raw.short \ functions/gnutls_certificate_get_issuer \ functions/gnutls_certificate_get_issuer.short \ functions/gnutls_certificate_get_ocsp_expiration \ functions/gnutls_certificate_get_ocsp_expiration.short \ functions/gnutls_certificate_get_ours \ functions/gnutls_certificate_get_ours.short \ functions/gnutls_certificate_get_peers \ functions/gnutls_certificate_get_peers.short \ functions/gnutls_certificate_get_peers_subkey_id \ functions/gnutls_certificate_get_peers_subkey_id.short \ functions/gnutls_certificate_get_trust_list \ functions/gnutls_certificate_get_trust_list.short \ functions/gnutls_certificate_get_verify_flags \ functions/gnutls_certificate_get_verify_flags.short \ functions/gnutls_certificate_get_x509_crt \ functions/gnutls_certificate_get_x509_crt.short \ functions/gnutls_certificate_get_x509_key \ functions/gnutls_certificate_get_x509_key.short \ functions/gnutls_certificate_send_x509_rdn_sequence \ functions/gnutls_certificate_send_x509_rdn_sequence.short \ functions/gnutls_certificate_server_set_request \ functions/gnutls_certificate_server_set_request.short \ functions/gnutls_certificate_set_dh_params \ functions/gnutls_certificate_set_dh_params.short \ functions/gnutls_certificate_set_flags \ functions/gnutls_certificate_set_flags.short \ functions/gnutls_certificate_set_key \ functions/gnutls_certificate_set_key.short \ functions/gnutls_certificate_set_known_dh_params \ functions/gnutls_certificate_set_known_dh_params.short \ functions/gnutls_certificate_set_ocsp_status_request_file \ functions/gnutls_certificate_set_ocsp_status_request_file.short \ functions/gnutls_certificate_set_ocsp_status_request_file2 \ functions/gnutls_certificate_set_ocsp_status_request_file2.short \ functions/gnutls_certificate_set_ocsp_status_request_function \ functions/gnutls_certificate_set_ocsp_status_request_function.short \ functions/gnutls_certificate_set_ocsp_status_request_function2 \ functions/gnutls_certificate_set_ocsp_status_request_function2.short \ functions/gnutls_certificate_set_ocsp_status_request_mem \ functions/gnutls_certificate_set_ocsp_status_request_mem.short \ functions/gnutls_certificate_set_params_function \ functions/gnutls_certificate_set_params_function.short \ functions/gnutls_certificate_set_pin_function \ functions/gnutls_certificate_set_pin_function.short \ functions/gnutls_certificate_set_rawpk_key_file \ functions/gnutls_certificate_set_rawpk_key_file.short \ functions/gnutls_certificate_set_rawpk_key_mem \ functions/gnutls_certificate_set_rawpk_key_mem.short \ functions/gnutls_certificate_set_retrieve_function \ functions/gnutls_certificate_set_retrieve_function.short \ functions/gnutls_certificate_set_retrieve_function2 \ functions/gnutls_certificate_set_retrieve_function2.short \ functions/gnutls_certificate_set_retrieve_function3 \ functions/gnutls_certificate_set_retrieve_function3.short \ functions/gnutls_certificate_set_trust_list \ functions/gnutls_certificate_set_trust_list.short \ functions/gnutls_certificate_set_verify_flags \ functions/gnutls_certificate_set_verify_flags.short \ functions/gnutls_certificate_set_verify_function \ functions/gnutls_certificate_set_verify_function.short \ functions/gnutls_certificate_set_verify_limits \ functions/gnutls_certificate_set_verify_limits.short \ functions/gnutls_certificate_set_x509_crl \ functions/gnutls_certificate_set_x509_crl.short \ functions/gnutls_certificate_set_x509_crl_file \ functions/gnutls_certificate_set_x509_crl_file.short \ functions/gnutls_certificate_set_x509_crl_mem \ functions/gnutls_certificate_set_x509_crl_mem.short \ functions/gnutls_certificate_set_x509_key \ functions/gnutls_certificate_set_x509_key.short \ functions/gnutls_certificate_set_x509_key_file \ functions/gnutls_certificate_set_x509_key_file.short \ functions/gnutls_certificate_set_x509_key_file2 \ functions/gnutls_certificate_set_x509_key_file2.short \ functions/gnutls_certificate_set_x509_key_mem \ functions/gnutls_certificate_set_x509_key_mem.short \ functions/gnutls_certificate_set_x509_key_mem2 \ functions/gnutls_certificate_set_x509_key_mem2.short \ functions/gnutls_certificate_set_x509_simple_pkcs12_file \ functions/gnutls_certificate_set_x509_simple_pkcs12_file.short \ functions/gnutls_certificate_set_x509_simple_pkcs12_mem \ functions/gnutls_certificate_set_x509_simple_pkcs12_mem.short \ functions/gnutls_certificate_set_x509_system_trust \ functions/gnutls_certificate_set_x509_system_trust.short \ functions/gnutls_certificate_set_x509_trust \ functions/gnutls_certificate_set_x509_trust.short \ functions/gnutls_certificate_set_x509_trust_dir \ functions/gnutls_certificate_set_x509_trust_dir.short \ functions/gnutls_certificate_set_x509_trust_file \ functions/gnutls_certificate_set_x509_trust_file.short \ functions/gnutls_certificate_set_x509_trust_mem \ functions/gnutls_certificate_set_x509_trust_mem.short \ functions/gnutls_certificate_type_get \ functions/gnutls_certificate_type_get.short \ functions/gnutls_certificate_type_get2 \ functions/gnutls_certificate_type_get2.short \ functions/gnutls_certificate_type_get_id \ functions/gnutls_certificate_type_get_id.short \ functions/gnutls_certificate_type_get_name \ functions/gnutls_certificate_type_get_name.short \ functions/gnutls_certificate_type_list \ functions/gnutls_certificate_type_list.short \ functions/gnutls_certificate_verification_profile_get_id \ functions/gnutls_certificate_verification_profile_get_id.short \ functions/gnutls_certificate_verification_profile_get_name \ functions/gnutls_certificate_verification_profile_get_name.short \ functions/gnutls_certificate_verification_status_print \ functions/gnutls_certificate_verification_status_print.short \ functions/gnutls_certificate_verify_peers \ functions/gnutls_certificate_verify_peers.short \ functions/gnutls_certificate_verify_peers2 \ functions/gnutls_certificate_verify_peers2.short \ functions/gnutls_certificate_verify_peers3 \ functions/gnutls_certificate_verify_peers3.short \ functions/gnutls_check_version \ functions/gnutls_check_version.short \ functions/gnutls_cipher_add_auth \ functions/gnutls_cipher_add_auth.short \ functions/gnutls_cipher_decrypt \ functions/gnutls_cipher_decrypt.short \ functions/gnutls_cipher_decrypt2 \ functions/gnutls_cipher_decrypt2.short \ functions/gnutls_cipher_deinit \ functions/gnutls_cipher_deinit.short \ functions/gnutls_cipher_encrypt \ functions/gnutls_cipher_encrypt.short \ functions/gnutls_cipher_encrypt2 \ functions/gnutls_cipher_encrypt2.short \ functions/gnutls_cipher_get functions/gnutls_cipher_get.short \ functions/gnutls_cipher_get_block_size \ functions/gnutls_cipher_get_block_size.short \ functions/gnutls_cipher_get_id \ functions/gnutls_cipher_get_id.short \ functions/gnutls_cipher_get_iv_size \ functions/gnutls_cipher_get_iv_size.short \ functions/gnutls_cipher_get_key_size \ functions/gnutls_cipher_get_key_size.short \ functions/gnutls_cipher_get_name \ functions/gnutls_cipher_get_name.short \ functions/gnutls_cipher_get_tag_size \ functions/gnutls_cipher_get_tag_size.short \ functions/gnutls_cipher_init \ functions/gnutls_cipher_init.short \ functions/gnutls_cipher_list \ functions/gnutls_cipher_list.short \ functions/gnutls_cipher_set_iv \ functions/gnutls_cipher_set_iv.short \ functions/gnutls_cipher_suite_get_name \ functions/gnutls_cipher_suite_get_name.short \ functions/gnutls_cipher_suite_info \ functions/gnutls_cipher_suite_info.short \ functions/gnutls_cipher_tag functions/gnutls_cipher_tag.short \ functions/gnutls_compression_get \ functions/gnutls_compression_get.short \ functions/gnutls_compression_get_id \ functions/gnutls_compression_get_id.short \ functions/gnutls_compression_get_name \ functions/gnutls_compression_get_name.short \ functions/gnutls_compression_list \ functions/gnutls_compression_list.short \ functions/gnutls_credentials_clear \ functions/gnutls_credentials_clear.short \ functions/gnutls_credentials_get \ functions/gnutls_credentials_get.short \ functions/gnutls_credentials_set \ functions/gnutls_credentials_set.short \ functions/gnutls_crypto_register_aead_cipher \ functions/gnutls_crypto_register_aead_cipher.short \ functions/gnutls_crypto_register_cipher \ functions/gnutls_crypto_register_cipher.short \ functions/gnutls_crypto_register_digest \ functions/gnutls_crypto_register_digest.short \ functions/gnutls_crypto_register_mac \ functions/gnutls_crypto_register_mac.short \ functions/gnutls_db_check_entry \ functions/gnutls_db_check_entry.short \ functions/gnutls_db_check_entry_expire_time \ functions/gnutls_db_check_entry_expire_time.short \ functions/gnutls_db_check_entry_time \ functions/gnutls_db_check_entry_time.short \ functions/gnutls_db_get_default_cache_expiration \ functions/gnutls_db_get_default_cache_expiration.short \ functions/gnutls_db_get_ptr functions/gnutls_db_get_ptr.short \ functions/gnutls_db_remove_session \ functions/gnutls_db_remove_session.short \ functions/gnutls_db_set_cache_expiration \ functions/gnutls_db_set_cache_expiration.short \ functions/gnutls_db_set_ptr functions/gnutls_db_set_ptr.short \ functions/gnutls_db_set_remove_function \ functions/gnutls_db_set_remove_function.short \ functions/gnutls_db_set_retrieve_function \ functions/gnutls_db_set_retrieve_function.short \ functions/gnutls_db_set_store_function \ functions/gnutls_db_set_store_function.short \ functions/gnutls_decode_ber_digest_info \ functions/gnutls_decode_ber_digest_info.short \ functions/gnutls_decode_gost_rs_value \ functions/gnutls_decode_gost_rs_value.short \ functions/gnutls_decode_rs_value \ functions/gnutls_decode_rs_value.short functions/gnutls_deinit \ functions/gnutls_deinit.short functions/gnutls_dh_get_group \ functions/gnutls_dh_get_group.short \ functions/gnutls_dh_get_peers_public_bits \ functions/gnutls_dh_get_peers_public_bits.short \ functions/gnutls_dh_get_prime_bits \ functions/gnutls_dh_get_prime_bits.short \ functions/gnutls_dh_get_pubkey \ functions/gnutls_dh_get_pubkey.short \ functions/gnutls_dh_get_secret_bits \ functions/gnutls_dh_get_secret_bits.short \ functions/gnutls_dh_params_cpy \ functions/gnutls_dh_params_cpy.short \ functions/gnutls_dh_params_deinit \ functions/gnutls_dh_params_deinit.short \ functions/gnutls_dh_params_export2_pkcs3 \ functions/gnutls_dh_params_export2_pkcs3.short \ functions/gnutls_dh_params_export_pkcs3 \ functions/gnutls_dh_params_export_pkcs3.short \ functions/gnutls_dh_params_export_raw \ functions/gnutls_dh_params_export_raw.short \ functions/gnutls_dh_params_generate2 \ functions/gnutls_dh_params_generate2.short \ functions/gnutls_dh_params_import_dsa \ functions/gnutls_dh_params_import_dsa.short \ functions/gnutls_dh_params_import_pkcs3 \ functions/gnutls_dh_params_import_pkcs3.short \ functions/gnutls_dh_params_import_raw \ functions/gnutls_dh_params_import_raw.short \ functions/gnutls_dh_params_import_raw2 \ functions/gnutls_dh_params_import_raw2.short \ functions/gnutls_dh_params_import_raw3 \ functions/gnutls_dh_params_import_raw3.short \ functions/gnutls_dh_params_init \ functions/gnutls_dh_params_init.short \ functions/gnutls_dh_set_prime_bits \ functions/gnutls_dh_set_prime_bits.short \ functions/gnutls_digest_get_id \ functions/gnutls_digest_get_id.short \ functions/gnutls_digest_get_name \ functions/gnutls_digest_get_name.short \ functions/gnutls_digest_get_oid \ functions/gnutls_digest_get_oid.short \ functions/gnutls_digest_list \ functions/gnutls_digest_list.short \ functions/gnutls_dtls_cookie_send \ functions/gnutls_dtls_cookie_send.short \ functions/gnutls_dtls_cookie_verify \ functions/gnutls_dtls_cookie_verify.short \ functions/gnutls_dtls_get_data_mtu \ functions/gnutls_dtls_get_data_mtu.short \ functions/gnutls_dtls_get_mtu \ functions/gnutls_dtls_get_mtu.short \ functions/gnutls_dtls_get_timeout \ functions/gnutls_dtls_get_timeout.short \ functions/gnutls_dtls_prestate_set \ functions/gnutls_dtls_prestate_set.short \ functions/gnutls_dtls_set_data_mtu \ functions/gnutls_dtls_set_data_mtu.short \ functions/gnutls_dtls_set_mtu \ functions/gnutls_dtls_set_mtu.short \ functions/gnutls_dtls_set_timeouts \ functions/gnutls_dtls_set_timeouts.short \ functions/gnutls_ecc_curve_get \ functions/gnutls_ecc_curve_get.short \ functions/gnutls_ecc_curve_get_id \ functions/gnutls_ecc_curve_get_id.short \ functions/gnutls_ecc_curve_get_name \ functions/gnutls_ecc_curve_get_name.short \ functions/gnutls_ecc_curve_get_oid \ functions/gnutls_ecc_curve_get_oid.short \ functions/gnutls_ecc_curve_get_pk \ functions/gnutls_ecc_curve_get_pk.short \ functions/gnutls_ecc_curve_get_size \ functions/gnutls_ecc_curve_get_size.short \ functions/gnutls_ecc_curve_list \ functions/gnutls_ecc_curve_list.short \ functions/gnutls_encode_ber_digest_info \ functions/gnutls_encode_ber_digest_info.short \ functions/gnutls_encode_gost_rs_value \ functions/gnutls_encode_gost_rs_value.short \ functions/gnutls_encode_rs_value \ functions/gnutls_encode_rs_value.short \ functions/gnutls_error_is_fatal \ functions/gnutls_error_is_fatal.short \ functions/gnutls_error_to_alert \ functions/gnutls_error_to_alert.short \ functions/gnutls_est_record_overhead_size \ functions/gnutls_est_record_overhead_size.short \ functions/gnutls_ext_get_current_msg \ functions/gnutls_ext_get_current_msg.short \ functions/gnutls_ext_get_data \ functions/gnutls_ext_get_data.short \ functions/gnutls_ext_get_name \ functions/gnutls_ext_get_name.short \ functions/gnutls_ext_get_name2 \ functions/gnutls_ext_get_name2.short \ functions/gnutls_ext_raw_parse \ functions/gnutls_ext_raw_parse.short \ functions/gnutls_ext_register \ functions/gnutls_ext_register.short \ functions/gnutls_ext_set_data \ functions/gnutls_ext_set_data.short \ functions/gnutls_fingerprint \ functions/gnutls_fingerprint.short \ functions/gnutls_fips140_mode_enabled \ functions/gnutls_fips140_mode_enabled.short \ functions/gnutls_fips140_set_mode \ functions/gnutls_fips140_set_mode.short \ functions/gnutls_get_system_config_file \ functions/gnutls_get_system_config_file.short \ functions/gnutls_global_deinit \ functions/gnutls_global_deinit.short \ functions/gnutls_global_init \ functions/gnutls_global_init.short \ functions/gnutls_global_set_audit_log_function \ functions/gnutls_global_set_audit_log_function.short \ functions/gnutls_global_set_log_function \ functions/gnutls_global_set_log_function.short \ functions/gnutls_global_set_log_level \ functions/gnutls_global_set_log_level.short \ functions/gnutls_global_set_mem_functions \ functions/gnutls_global_set_mem_functions.short \ functions/gnutls_global_set_mutex \ functions/gnutls_global_set_mutex.short \ functions/gnutls_global_set_time_function \ functions/gnutls_global_set_time_function.short \ functions/gnutls_gost_paramset_get_name \ functions/gnutls_gost_paramset_get_name.short \ functions/gnutls_gost_paramset_get_oid \ functions/gnutls_gost_paramset_get_oid.short \ functions/gnutls_group_get functions/gnutls_group_get.short \ functions/gnutls_group_get_id \ functions/gnutls_group_get_id.short \ functions/gnutls_group_get_name \ functions/gnutls_group_get_name.short \ functions/gnutls_group_list functions/gnutls_group_list.short \ functions/gnutls_handshake functions/gnutls_handshake.short \ functions/gnutls_handshake_description_get_name \ functions/gnutls_handshake_description_get_name.short \ functions/gnutls_handshake_get_last_in \ functions/gnutls_handshake_get_last_in.short \ functions/gnutls_handshake_get_last_out \ functions/gnutls_handshake_get_last_out.short \ functions/gnutls_handshake_set_hook_function \ functions/gnutls_handshake_set_hook_function.short \ functions/gnutls_handshake_set_max_packet_length \ functions/gnutls_handshake_set_max_packet_length.short \ functions/gnutls_handshake_set_post_client_hello_function \ functions/gnutls_handshake_set_post_client_hello_function.short \ functions/gnutls_handshake_set_private_extensions \ functions/gnutls_handshake_set_private_extensions.short \ functions/gnutls_handshake_set_random \ functions/gnutls_handshake_set_random.short \ functions/gnutls_handshake_set_timeout \ functions/gnutls_handshake_set_timeout.short \ functions/gnutls_hash functions/gnutls_hash.short \ functions/gnutls_hash_copy functions/gnutls_hash_copy.short \ functions/gnutls_hash_deinit \ functions/gnutls_hash_deinit.short functions/gnutls_hash_fast \ functions/gnutls_hash_fast.short functions/gnutls_hash_get_len \ functions/gnutls_hash_get_len.short functions/gnutls_hash_init \ functions/gnutls_hash_init.short functions/gnutls_hash_output \ functions/gnutls_hash_output.short \ functions/gnutls_heartbeat_allowed \ functions/gnutls_heartbeat_allowed.short \ functions/gnutls_heartbeat_enable \ functions/gnutls_heartbeat_enable.short \ functions/gnutls_heartbeat_get_timeout \ functions/gnutls_heartbeat_get_timeout.short \ functions/gnutls_heartbeat_ping \ functions/gnutls_heartbeat_ping.short \ functions/gnutls_heartbeat_pong \ functions/gnutls_heartbeat_pong.short \ functions/gnutls_heartbeat_set_timeouts \ functions/gnutls_heartbeat_set_timeouts.short \ functions/gnutls_hex2bin functions/gnutls_hex2bin.short \ functions/gnutls_hex_decode functions/gnutls_hex_decode.short \ functions/gnutls_hex_decode2 \ functions/gnutls_hex_decode2.short functions/gnutls_hex_encode \ functions/gnutls_hex_encode.short functions/gnutls_hex_encode2 \ functions/gnutls_hex_encode2.short \ functions/gnutls_hkdf_expand \ functions/gnutls_hkdf_expand.short \ functions/gnutls_hkdf_extract \ functions/gnutls_hkdf_extract.short functions/gnutls_hmac \ functions/gnutls_hmac.short functions/gnutls_hmac_copy \ functions/gnutls_hmac_copy.short functions/gnutls_hmac_deinit \ functions/gnutls_hmac_deinit.short functions/gnutls_hmac_fast \ functions/gnutls_hmac_fast.short \ functions/gnutls_hmac_get_key_size \ functions/gnutls_hmac_get_key_size.short \ functions/gnutls_hmac_get_len \ functions/gnutls_hmac_get_len.short functions/gnutls_hmac_init \ functions/gnutls_hmac_init.short functions/gnutls_hmac_output \ functions/gnutls_hmac_output.short \ functions/gnutls_hmac_set_nonce \ functions/gnutls_hmac_set_nonce.short \ functions/gnutls_idna_map functions/gnutls_idna_map.short \ functions/gnutls_idna_reverse_map \ functions/gnutls_idna_reverse_map.short functions/gnutls_init \ functions/gnutls_init.short functions/gnutls_key_generate \ functions/gnutls_key_generate.short functions/gnutls_kx_get \ functions/gnutls_kx_get.short functions/gnutls_kx_get_id \ functions/gnutls_kx_get_id.short functions/gnutls_kx_get_name \ functions/gnutls_kx_get_name.short functions/gnutls_kx_list \ functions/gnutls_kx_list.short functions/gnutls_load_file \ functions/gnutls_load_file.short functions/gnutls_mac_get \ functions/gnutls_mac_get.short functions/gnutls_mac_get_id \ functions/gnutls_mac_get_id.short \ functions/gnutls_mac_get_key_size \ functions/gnutls_mac_get_key_size.short \ functions/gnutls_mac_get_name \ functions/gnutls_mac_get_name.short \ functions/gnutls_mac_get_nonce_size \ functions/gnutls_mac_get_nonce_size.short \ functions/gnutls_mac_list functions/gnutls_mac_list.short \ functions/gnutls_memcmp functions/gnutls_memcmp.short \ functions/gnutls_memset functions/gnutls_memset.short \ functions/gnutls_ocsp_req_add_cert \ functions/gnutls_ocsp_req_add_cert.short \ functions/gnutls_ocsp_req_add_cert_id \ functions/gnutls_ocsp_req_add_cert_id.short \ functions/gnutls_ocsp_req_deinit \ functions/gnutls_ocsp_req_deinit.short \ functions/gnutls_ocsp_req_export \ functions/gnutls_ocsp_req_export.short \ functions/gnutls_ocsp_req_get_cert_id \ functions/gnutls_ocsp_req_get_cert_id.short \ functions/gnutls_ocsp_req_get_extension \ functions/gnutls_ocsp_req_get_extension.short \ functions/gnutls_ocsp_req_get_nonce \ functions/gnutls_ocsp_req_get_nonce.short \ functions/gnutls_ocsp_req_get_version \ functions/gnutls_ocsp_req_get_version.short \ functions/gnutls_ocsp_req_import \ functions/gnutls_ocsp_req_import.short \ functions/gnutls_ocsp_req_init \ functions/gnutls_ocsp_req_init.short \ functions/gnutls_ocsp_req_print \ functions/gnutls_ocsp_req_print.short \ functions/gnutls_ocsp_req_randomize_nonce \ functions/gnutls_ocsp_req_randomize_nonce.short \ functions/gnutls_ocsp_req_set_extension \ functions/gnutls_ocsp_req_set_extension.short \ functions/gnutls_ocsp_req_set_nonce \ functions/gnutls_ocsp_req_set_nonce.short \ functions/gnutls_ocsp_resp_check_crt \ functions/gnutls_ocsp_resp_check_crt.short \ functions/gnutls_ocsp_resp_deinit \ functions/gnutls_ocsp_resp_deinit.short \ functions/gnutls_ocsp_resp_export \ functions/gnutls_ocsp_resp_export.short \ functions/gnutls_ocsp_resp_export2 \ functions/gnutls_ocsp_resp_export2.short \ functions/gnutls_ocsp_resp_get_certs \ functions/gnutls_ocsp_resp_get_certs.short \ functions/gnutls_ocsp_resp_get_extension \ functions/gnutls_ocsp_resp_get_extension.short \ functions/gnutls_ocsp_resp_get_nonce \ functions/gnutls_ocsp_resp_get_nonce.short \ functions/gnutls_ocsp_resp_get_produced \ functions/gnutls_ocsp_resp_get_produced.short \ functions/gnutls_ocsp_resp_get_responder \ functions/gnutls_ocsp_resp_get_responder.short \ functions/gnutls_ocsp_resp_get_responder2 \ functions/gnutls_ocsp_resp_get_responder2.short \ functions/gnutls_ocsp_resp_get_responder_raw_id \ functions/gnutls_ocsp_resp_get_responder_raw_id.short \ functions/gnutls_ocsp_resp_get_response \ functions/gnutls_ocsp_resp_get_response.short \ functions/gnutls_ocsp_resp_get_signature \ functions/gnutls_ocsp_resp_get_signature.short \ functions/gnutls_ocsp_resp_get_signature_algorithm \ functions/gnutls_ocsp_resp_get_signature_algorithm.short \ functions/gnutls_ocsp_resp_get_single \ functions/gnutls_ocsp_resp_get_single.short \ functions/gnutls_ocsp_resp_get_status \ functions/gnutls_ocsp_resp_get_status.short \ functions/gnutls_ocsp_resp_get_version \ functions/gnutls_ocsp_resp_get_version.short \ functions/gnutls_ocsp_resp_import \ functions/gnutls_ocsp_resp_import.short \ functions/gnutls_ocsp_resp_import2 \ functions/gnutls_ocsp_resp_import2.short \ functions/gnutls_ocsp_resp_init \ functions/gnutls_ocsp_resp_init.short \ functions/gnutls_ocsp_resp_list_import2 \ functions/gnutls_ocsp_resp_list_import2.short \ functions/gnutls_ocsp_resp_print \ functions/gnutls_ocsp_resp_print.short \ functions/gnutls_ocsp_resp_verify \ functions/gnutls_ocsp_resp_verify.short \ functions/gnutls_ocsp_resp_verify_direct \ functions/gnutls_ocsp_resp_verify_direct.short \ functions/gnutls_ocsp_status_request_enable_client \ functions/gnutls_ocsp_status_request_enable_client.short \ functions/gnutls_ocsp_status_request_get \ functions/gnutls_ocsp_status_request_get.short \ functions/gnutls_ocsp_status_request_get2 \ functions/gnutls_ocsp_status_request_get2.short \ functions/gnutls_ocsp_status_request_is_checked \ functions/gnutls_ocsp_status_request_is_checked.short \ functions/gnutls_oid_to_digest \ functions/gnutls_oid_to_digest.short \ functions/gnutls_oid_to_ecc_curve \ functions/gnutls_oid_to_ecc_curve.short \ functions/gnutls_oid_to_gost_paramset \ functions/gnutls_oid_to_gost_paramset.short \ functions/gnutls_oid_to_mac functions/gnutls_oid_to_mac.short \ functions/gnutls_oid_to_pk functions/gnutls_oid_to_pk.short \ functions/gnutls_oid_to_sign \ functions/gnutls_oid_to_sign.short \ functions/gnutls_openpgp_privkey_sign_hash \ functions/gnutls_openpgp_privkey_sign_hash.short \ functions/gnutls_openpgp_send_cert \ functions/gnutls_openpgp_send_cert.short \ functions/gnutls_packet_deinit \ functions/gnutls_packet_deinit.short \ functions/gnutls_packet_get functions/gnutls_packet_get.short \ functions/gnutls_pbkdf2 functions/gnutls_pbkdf2.short \ functions/gnutls_pcert_deinit \ functions/gnutls_pcert_deinit.short \ functions/gnutls_pcert_export_openpgp \ functions/gnutls_pcert_export_openpgp.short \ functions/gnutls_pcert_export_x509 \ functions/gnutls_pcert_export_x509.short \ functions/gnutls_pcert_import_openpgp \ functions/gnutls_pcert_import_openpgp.short \ functions/gnutls_pcert_import_openpgp_raw \ functions/gnutls_pcert_import_openpgp_raw.short \ functions/gnutls_pcert_import_rawpk \ functions/gnutls_pcert_import_rawpk.short \ functions/gnutls_pcert_import_rawpk_raw \ functions/gnutls_pcert_import_rawpk_raw.short \ functions/gnutls_pcert_import_x509 \ functions/gnutls_pcert_import_x509.short \ functions/gnutls_pcert_import_x509_list \ functions/gnutls_pcert_import_x509_list.short \ functions/gnutls_pcert_import_x509_raw \ functions/gnutls_pcert_import_x509_raw.short \ functions/gnutls_pcert_list_import_x509_file \ functions/gnutls_pcert_list_import_x509_file.short \ functions/gnutls_pcert_list_import_x509_raw \ functions/gnutls_pcert_list_import_x509_raw.short \ functions/gnutls_pem_base64_decode \ functions/gnutls_pem_base64_decode.short \ functions/gnutls_pem_base64_decode2 \ functions/gnutls_pem_base64_decode2.short \ functions/gnutls_pem_base64_encode \ functions/gnutls_pem_base64_encode.short \ functions/gnutls_pem_base64_encode2 \ functions/gnutls_pem_base64_encode2.short \ functions/gnutls_perror functions/gnutls_perror.short \ functions/gnutls_pk_algorithm_get_name \ functions/gnutls_pk_algorithm_get_name.short \ functions/gnutls_pk_bits_to_sec_param \ functions/gnutls_pk_bits_to_sec_param.short \ functions/gnutls_pkcs11_add_provider \ functions/gnutls_pkcs11_add_provider.short \ functions/gnutls_pkcs11_copy_attached_extension \ functions/gnutls_pkcs11_copy_attached_extension.short \ functions/gnutls_pkcs11_copy_pubkey \ functions/gnutls_pkcs11_copy_pubkey.short \ functions/gnutls_pkcs11_copy_secret_key \ functions/gnutls_pkcs11_copy_secret_key.short \ functions/gnutls_pkcs11_copy_x509_crt \ functions/gnutls_pkcs11_copy_x509_crt.short \ functions/gnutls_pkcs11_copy_x509_crt2 \ functions/gnutls_pkcs11_copy_x509_crt2.short \ functions/gnutls_pkcs11_copy_x509_privkey \ functions/gnutls_pkcs11_copy_x509_privkey.short \ functions/gnutls_pkcs11_copy_x509_privkey2 \ functions/gnutls_pkcs11_copy_x509_privkey2.short \ functions/gnutls_pkcs11_crt_is_known \ functions/gnutls_pkcs11_crt_is_known.short \ functions/gnutls_pkcs11_deinit \ functions/gnutls_pkcs11_deinit.short \ functions/gnutls_pkcs11_delete_url \ functions/gnutls_pkcs11_delete_url.short \ functions/gnutls_pkcs11_get_pin_function \ functions/gnutls_pkcs11_get_pin_function.short \ functions/gnutls_pkcs11_get_raw_issuer \ functions/gnutls_pkcs11_get_raw_issuer.short \ functions/gnutls_pkcs11_get_raw_issuer_by_dn \ functions/gnutls_pkcs11_get_raw_issuer_by_dn.short \ functions/gnutls_pkcs11_get_raw_issuer_by_subject_key_id \ functions/gnutls_pkcs11_get_raw_issuer_by_subject_key_id.short \ functions/gnutls_pkcs11_init \ functions/gnutls_pkcs11_init.short \ functions/gnutls_pkcs11_obj_deinit \ functions/gnutls_pkcs11_obj_deinit.short \ functions/gnutls_pkcs11_obj_export \ functions/gnutls_pkcs11_obj_export.short \ functions/gnutls_pkcs11_obj_export2 \ functions/gnutls_pkcs11_obj_export2.short \ functions/gnutls_pkcs11_obj_export3 \ functions/gnutls_pkcs11_obj_export3.short \ functions/gnutls_pkcs11_obj_export_url \ functions/gnutls_pkcs11_obj_export_url.short \ functions/gnutls_pkcs11_obj_flags_get_str \ functions/gnutls_pkcs11_obj_flags_get_str.short \ functions/gnutls_pkcs11_obj_get_exts \ functions/gnutls_pkcs11_obj_get_exts.short \ functions/gnutls_pkcs11_obj_get_flags \ functions/gnutls_pkcs11_obj_get_flags.short \ functions/gnutls_pkcs11_obj_get_info \ functions/gnutls_pkcs11_obj_get_info.short \ functions/gnutls_pkcs11_obj_get_ptr \ functions/gnutls_pkcs11_obj_get_ptr.short \ functions/gnutls_pkcs11_obj_get_type \ functions/gnutls_pkcs11_obj_get_type.short \ functions/gnutls_pkcs11_obj_import_url \ functions/gnutls_pkcs11_obj_import_url.short \ functions/gnutls_pkcs11_obj_init \ functions/gnutls_pkcs11_obj_init.short \ functions/gnutls_pkcs11_obj_list_import_url3 \ functions/gnutls_pkcs11_obj_list_import_url3.short \ functions/gnutls_pkcs11_obj_list_import_url4 \ functions/gnutls_pkcs11_obj_list_import_url4.short \ functions/gnutls_pkcs11_obj_set_info \ functions/gnutls_pkcs11_obj_set_info.short \ functions/gnutls_pkcs11_obj_set_pin_function \ functions/gnutls_pkcs11_obj_set_pin_function.short \ functions/gnutls_pkcs11_privkey_cpy \ functions/gnutls_pkcs11_privkey_cpy.short \ functions/gnutls_pkcs11_privkey_deinit \ functions/gnutls_pkcs11_privkey_deinit.short \ functions/gnutls_pkcs11_privkey_export_pubkey \ functions/gnutls_pkcs11_privkey_export_pubkey.short \ functions/gnutls_pkcs11_privkey_export_url \ functions/gnutls_pkcs11_privkey_export_url.short \ functions/gnutls_pkcs11_privkey_generate \ functions/gnutls_pkcs11_privkey_generate.short \ functions/gnutls_pkcs11_privkey_generate2 \ functions/gnutls_pkcs11_privkey_generate2.short \ functions/gnutls_pkcs11_privkey_generate3 \ functions/gnutls_pkcs11_privkey_generate3.short \ functions/gnutls_pkcs11_privkey_get_info \ functions/gnutls_pkcs11_privkey_get_info.short \ functions/gnutls_pkcs11_privkey_get_pk_algorithm \ functions/gnutls_pkcs11_privkey_get_pk_algorithm.short \ functions/gnutls_pkcs11_privkey_import_url \ functions/gnutls_pkcs11_privkey_import_url.short \ functions/gnutls_pkcs11_privkey_init \ functions/gnutls_pkcs11_privkey_init.short \ functions/gnutls_pkcs11_privkey_set_pin_function \ functions/gnutls_pkcs11_privkey_set_pin_function.short \ functions/gnutls_pkcs11_privkey_status \ functions/gnutls_pkcs11_privkey_status.short \ functions/gnutls_pkcs11_reinit \ functions/gnutls_pkcs11_reinit.short \ functions/gnutls_pkcs11_set_pin_function \ functions/gnutls_pkcs11_set_pin_function.short \ functions/gnutls_pkcs11_set_token_function \ functions/gnutls_pkcs11_set_token_function.short \ functions/gnutls_pkcs11_token_check_mechanism \ functions/gnutls_pkcs11_token_check_mechanism.short \ functions/gnutls_pkcs11_token_get_flags \ functions/gnutls_pkcs11_token_get_flags.short \ functions/gnutls_pkcs11_token_get_info \ functions/gnutls_pkcs11_token_get_info.short \ functions/gnutls_pkcs11_token_get_mechanism \ functions/gnutls_pkcs11_token_get_mechanism.short \ functions/gnutls_pkcs11_token_get_ptr \ functions/gnutls_pkcs11_token_get_ptr.short \ functions/gnutls_pkcs11_token_get_random \ functions/gnutls_pkcs11_token_get_random.short \ functions/gnutls_pkcs11_token_get_url \ functions/gnutls_pkcs11_token_get_url.short \ functions/gnutls_pkcs11_token_init \ functions/gnutls_pkcs11_token_init.short \ functions/gnutls_pkcs11_token_set_pin \ functions/gnutls_pkcs11_token_set_pin.short \ functions/gnutls_pkcs11_type_get_name \ functions/gnutls_pkcs11_type_get_name.short \ functions/gnutls_pkcs12_bag_decrypt \ functions/gnutls_pkcs12_bag_decrypt.short \ functions/gnutls_pkcs12_bag_deinit \ functions/gnutls_pkcs12_bag_deinit.short \ functions/gnutls_pkcs12_bag_enc_info \ functions/gnutls_pkcs12_bag_enc_info.short \ functions/gnutls_pkcs12_bag_encrypt \ functions/gnutls_pkcs12_bag_encrypt.short \ functions/gnutls_pkcs12_bag_get_count \ functions/gnutls_pkcs12_bag_get_count.short \ functions/gnutls_pkcs12_bag_get_data \ functions/gnutls_pkcs12_bag_get_data.short \ functions/gnutls_pkcs12_bag_get_friendly_name \ functions/gnutls_pkcs12_bag_get_friendly_name.short \ functions/gnutls_pkcs12_bag_get_key_id \ functions/gnutls_pkcs12_bag_get_key_id.short \ functions/gnutls_pkcs12_bag_get_type \ functions/gnutls_pkcs12_bag_get_type.short \ functions/gnutls_pkcs12_bag_init \ functions/gnutls_pkcs12_bag_init.short \ functions/gnutls_pkcs12_bag_set_crl \ functions/gnutls_pkcs12_bag_set_crl.short \ functions/gnutls_pkcs12_bag_set_crt \ functions/gnutls_pkcs12_bag_set_crt.short \ functions/gnutls_pkcs12_bag_set_data \ functions/gnutls_pkcs12_bag_set_data.short \ functions/gnutls_pkcs12_bag_set_friendly_name \ functions/gnutls_pkcs12_bag_set_friendly_name.short \ functions/gnutls_pkcs12_bag_set_key_id \ functions/gnutls_pkcs12_bag_set_key_id.short \ functions/gnutls_pkcs12_bag_set_privkey \ functions/gnutls_pkcs12_bag_set_privkey.short \ functions/gnutls_pkcs12_deinit \ functions/gnutls_pkcs12_deinit.short \ functions/gnutls_pkcs12_export \ functions/gnutls_pkcs12_export.short \ functions/gnutls_pkcs12_export2 \ functions/gnutls_pkcs12_export2.short \ functions/gnutls_pkcs12_generate_mac \ functions/gnutls_pkcs12_generate_mac.short \ functions/gnutls_pkcs12_generate_mac2 \ functions/gnutls_pkcs12_generate_mac2.short \ functions/gnutls_pkcs12_get_bag \ functions/gnutls_pkcs12_get_bag.short \ functions/gnutls_pkcs12_import \ functions/gnutls_pkcs12_import.short \ functions/gnutls_pkcs12_init \ functions/gnutls_pkcs12_init.short \ functions/gnutls_pkcs12_mac_info \ functions/gnutls_pkcs12_mac_info.short \ functions/gnutls_pkcs12_set_bag \ functions/gnutls_pkcs12_set_bag.short \ functions/gnutls_pkcs12_simple_parse \ functions/gnutls_pkcs12_simple_parse.short \ functions/gnutls_pkcs12_verify_mac \ functions/gnutls_pkcs12_verify_mac.short \ functions/gnutls_pkcs7_add_attr \ functions/gnutls_pkcs7_add_attr.short \ functions/gnutls_pkcs7_attrs_deinit \ functions/gnutls_pkcs7_attrs_deinit.short \ functions/gnutls_pkcs7_deinit \ functions/gnutls_pkcs7_deinit.short \ functions/gnutls_pkcs7_delete_crl \ functions/gnutls_pkcs7_delete_crl.short \ functions/gnutls_pkcs7_delete_crt \ functions/gnutls_pkcs7_delete_crt.short \ functions/gnutls_pkcs7_export \ functions/gnutls_pkcs7_export.short \ functions/gnutls_pkcs7_export2 \ functions/gnutls_pkcs7_export2.short \ functions/gnutls_pkcs7_get_attr \ functions/gnutls_pkcs7_get_attr.short \ functions/gnutls_pkcs7_get_crl_count \ functions/gnutls_pkcs7_get_crl_count.short \ functions/gnutls_pkcs7_get_crl_raw \ functions/gnutls_pkcs7_get_crl_raw.short \ functions/gnutls_pkcs7_get_crl_raw2 \ functions/gnutls_pkcs7_get_crl_raw2.short \ functions/gnutls_pkcs7_get_crt_count \ functions/gnutls_pkcs7_get_crt_count.short \ functions/gnutls_pkcs7_get_crt_raw \ functions/gnutls_pkcs7_get_crt_raw.short \ functions/gnutls_pkcs7_get_crt_raw2 \ functions/gnutls_pkcs7_get_crt_raw2.short \ functions/gnutls_pkcs7_get_embedded_data \ functions/gnutls_pkcs7_get_embedded_data.short \ functions/gnutls_pkcs7_get_embedded_data_oid \ functions/gnutls_pkcs7_get_embedded_data_oid.short \ functions/gnutls_pkcs7_get_signature_count \ functions/gnutls_pkcs7_get_signature_count.short \ functions/gnutls_pkcs7_get_signature_info \ functions/gnutls_pkcs7_get_signature_info.short \ functions/gnutls_pkcs7_import \ functions/gnutls_pkcs7_import.short \ functions/gnutls_pkcs7_init functions/gnutls_pkcs7_init.short \ functions/gnutls_pkcs7_print \ functions/gnutls_pkcs7_print.short \ functions/gnutls_pkcs7_print_signature_info \ functions/gnutls_pkcs7_print_signature_info.short \ functions/gnutls_pkcs7_set_crl \ functions/gnutls_pkcs7_set_crl.short \ functions/gnutls_pkcs7_set_crl_raw \ functions/gnutls_pkcs7_set_crl_raw.short \ functions/gnutls_pkcs7_set_crt \ functions/gnutls_pkcs7_set_crt.short \ functions/gnutls_pkcs7_set_crt_raw \ functions/gnutls_pkcs7_set_crt_raw.short \ functions/gnutls_pkcs7_sign functions/gnutls_pkcs7_sign.short \ functions/gnutls_pkcs7_signature_info_deinit \ functions/gnutls_pkcs7_signature_info_deinit.short \ functions/gnutls_pkcs7_verify \ functions/gnutls_pkcs7_verify.short \ functions/gnutls_pkcs7_verify_direct \ functions/gnutls_pkcs7_verify_direct.short \ functions/gnutls_pkcs8_info functions/gnutls_pkcs8_info.short \ functions/gnutls_pkcs_schema_get_name \ functions/gnutls_pkcs_schema_get_name.short \ functions/gnutls_pkcs_schema_get_oid \ functions/gnutls_pkcs_schema_get_oid.short \ functions/gnutls_pk_get_id functions/gnutls_pk_get_id.short \ functions/gnutls_pk_get_name \ functions/gnutls_pk_get_name.short functions/gnutls_pk_get_oid \ functions/gnutls_pk_get_oid.short functions/gnutls_pk_list \ functions/gnutls_pk_list.short functions/gnutls_pk_to_sign \ functions/gnutls_pk_to_sign.short functions/gnutls_prf \ functions/gnutls_prf.short functions/gnutls_prf_early \ functions/gnutls_prf_early.short functions/gnutls_prf_hash_get \ functions/gnutls_prf_hash_get.short functions/gnutls_prf_raw \ functions/gnutls_prf_raw.short functions/gnutls_prf_rfc5705 \ functions/gnutls_prf_rfc5705.short \ functions/gnutls_priority_certificate_type_list \ functions/gnutls_priority_certificate_type_list.short \ functions/gnutls_priority_certificate_type_list2 \ functions/gnutls_priority_certificate_type_list2.short \ functions/gnutls_priority_cipher_list \ functions/gnutls_priority_cipher_list.short \ functions/gnutls_priority_compression_list \ functions/gnutls_priority_compression_list.short \ functions/gnutls_priority_deinit \ functions/gnutls_priority_deinit.short \ functions/gnutls_priority_ecc_curve_list \ functions/gnutls_priority_ecc_curve_list.short \ functions/gnutls_priority_get_cipher_suite_index \ functions/gnutls_priority_get_cipher_suite_index.short \ functions/gnutls_priority_group_list \ functions/gnutls_priority_group_list.short \ functions/gnutls_priority_init \ functions/gnutls_priority_init.short \ functions/gnutls_priority_init2 \ functions/gnutls_priority_init2.short \ functions/gnutls_priority_kx_list \ functions/gnutls_priority_kx_list.short \ functions/gnutls_priority_mac_list \ functions/gnutls_priority_mac_list.short \ functions/gnutls_priority_protocol_list \ functions/gnutls_priority_protocol_list.short \ functions/gnutls_priority_set \ functions/gnutls_priority_set.short \ functions/gnutls_priority_set_direct \ functions/gnutls_priority_set_direct.short \ functions/gnutls_priority_sign_list \ functions/gnutls_priority_sign_list.short \ functions/gnutls_priority_string_list \ functions/gnutls_priority_string_list.short \ functions/gnutls_privkey_decrypt_data \ functions/gnutls_privkey_decrypt_data.short \ functions/gnutls_privkey_decrypt_data2 \ functions/gnutls_privkey_decrypt_data2.short \ functions/gnutls_privkey_deinit \ functions/gnutls_privkey_deinit.short \ functions/gnutls_privkey_export_dsa_raw \ functions/gnutls_privkey_export_dsa_raw.short \ functions/gnutls_privkey_export_dsa_raw2 \ functions/gnutls_privkey_export_dsa_raw2.short \ functions/gnutls_privkey_export_ecc_raw \ functions/gnutls_privkey_export_ecc_raw.short \ functions/gnutls_privkey_export_ecc_raw2 \ functions/gnutls_privkey_export_ecc_raw2.short \ functions/gnutls_privkey_export_gost_raw2 \ functions/gnutls_privkey_export_gost_raw2.short \ functions/gnutls_privkey_export_openpgp \ functions/gnutls_privkey_export_openpgp.short \ functions/gnutls_privkey_export_pkcs11 \ functions/gnutls_privkey_export_pkcs11.short \ functions/gnutls_privkey_export_rsa_raw \ functions/gnutls_privkey_export_rsa_raw.short \ functions/gnutls_privkey_export_rsa_raw2 \ functions/gnutls_privkey_export_rsa_raw2.short \ functions/gnutls_privkey_export_x509 \ functions/gnutls_privkey_export_x509.short \ functions/gnutls_privkey_generate \ functions/gnutls_privkey_generate.short \ functions/gnutls_privkey_generate2 \ functions/gnutls_privkey_generate2.short \ functions/gnutls_privkey_get_pk_algorithm \ functions/gnutls_privkey_get_pk_algorithm.short \ functions/gnutls_privkey_get_seed \ functions/gnutls_privkey_get_seed.short \ functions/gnutls_privkey_get_spki \ functions/gnutls_privkey_get_spki.short \ functions/gnutls_privkey_get_type \ functions/gnutls_privkey_get_type.short \ functions/gnutls_privkey_import_dsa_raw \ functions/gnutls_privkey_import_dsa_raw.short \ functions/gnutls_privkey_import_ecc_raw \ functions/gnutls_privkey_import_ecc_raw.short \ functions/gnutls_privkey_import_ext \ functions/gnutls_privkey_import_ext.short \ functions/gnutls_privkey_import_ext2 \ functions/gnutls_privkey_import_ext2.short \ functions/gnutls_privkey_import_ext3 \ functions/gnutls_privkey_import_ext3.short \ functions/gnutls_privkey_import_ext4 \ functions/gnutls_privkey_import_ext4.short \ functions/gnutls_privkey_import_gost_raw \ functions/gnutls_privkey_import_gost_raw.short \ functions/gnutls_privkey_import_openpgp \ functions/gnutls_privkey_import_openpgp.short \ functions/gnutls_privkey_import_openpgp_raw \ functions/gnutls_privkey_import_openpgp_raw.short \ functions/gnutls_privkey_import_pkcs11 \ functions/gnutls_privkey_import_pkcs11.short \ functions/gnutls_privkey_import_pkcs11_url \ functions/gnutls_privkey_import_pkcs11_url.short \ functions/gnutls_privkey_import_rsa_raw \ functions/gnutls_privkey_import_rsa_raw.short \ functions/gnutls_privkey_import_tpm_raw \ functions/gnutls_privkey_import_tpm_raw.short \ functions/gnutls_privkey_import_tpm_url \ functions/gnutls_privkey_import_tpm_url.short \ functions/gnutls_privkey_import_url \ functions/gnutls_privkey_import_url.short \ functions/gnutls_privkey_import_x509 \ functions/gnutls_privkey_import_x509.short \ functions/gnutls_privkey_import_x509_raw \ functions/gnutls_privkey_import_x509_raw.short \ functions/gnutls_privkey_init \ functions/gnutls_privkey_init.short \ functions/gnutls_privkey_set_flags \ functions/gnutls_privkey_set_flags.short \ functions/gnutls_privkey_set_pin_function \ functions/gnutls_privkey_set_pin_function.short \ functions/gnutls_privkey_set_spki \ functions/gnutls_privkey_set_spki.short \ functions/gnutls_privkey_sign_data \ functions/gnutls_privkey_sign_data.short \ functions/gnutls_privkey_sign_data2 \ functions/gnutls_privkey_sign_data2.short \ functions/gnutls_privkey_sign_hash \ functions/gnutls_privkey_sign_hash.short \ functions/gnutls_privkey_sign_hash2 \ functions/gnutls_privkey_sign_hash2.short \ functions/gnutls_privkey_status \ functions/gnutls_privkey_status.short \ functions/gnutls_privkey_verify_params \ functions/gnutls_privkey_verify_params.short \ functions/gnutls_privkey_verify_seed \ functions/gnutls_privkey_verify_seed.short \ functions/gnutls_protocol_get_id \ functions/gnutls_protocol_get_id.short \ functions/gnutls_protocol_get_name \ functions/gnutls_protocol_get_name.short \ functions/gnutls_protocol_get_version \ functions/gnutls_protocol_get_version.short \ functions/gnutls_protocol_list \ functions/gnutls_protocol_list.short \ functions/gnutls_psk_allocate_client_credentials \ functions/gnutls_psk_allocate_client_credentials.short \ functions/gnutls_psk_allocate_server_credentials \ functions/gnutls_psk_allocate_server_credentials.short \ functions/gnutls_psk_client_get_hint \ functions/gnutls_psk_client_get_hint.short \ functions/gnutls_psk_free_client_credentials \ functions/gnutls_psk_free_client_credentials.short \ functions/gnutls_psk_free_server_credentials \ functions/gnutls_psk_free_server_credentials.short \ functions/gnutls_psk_server_get_username \ functions/gnutls_psk_server_get_username.short \ functions/gnutls_psk_server_get_username2 \ functions/gnutls_psk_server_get_username2.short \ functions/gnutls_psk_set_client_credentials \ functions/gnutls_psk_set_client_credentials.short \ functions/gnutls_psk_set_client_credentials2 \ functions/gnutls_psk_set_client_credentials2.short \ functions/gnutls_psk_set_client_credentials_function \ functions/gnutls_psk_set_client_credentials_function.short \ functions/gnutls_psk_set_client_credentials_function2 \ functions/gnutls_psk_set_client_credentials_function2.short \ functions/gnutls_psk_set_params_function \ functions/gnutls_psk_set_params_function.short \ functions/gnutls_psk_set_server_credentials_file \ functions/gnutls_psk_set_server_credentials_file.short \ functions/gnutls_psk_set_server_credentials_function \ functions/gnutls_psk_set_server_credentials_function.short \ functions/gnutls_psk_set_server_credentials_function2 \ functions/gnutls_psk_set_server_credentials_function2.short \ functions/gnutls_psk_set_server_credentials_hint \ functions/gnutls_psk_set_server_credentials_hint.short \ functions/gnutls_psk_set_server_dh_params \ functions/gnutls_psk_set_server_dh_params.short \ functions/gnutls_psk_set_server_known_dh_params \ functions/gnutls_psk_set_server_known_dh_params.short \ functions/gnutls_psk_set_server_params_function \ functions/gnutls_psk_set_server_params_function.short \ functions/gnutls_pubkey_deinit \ functions/gnutls_pubkey_deinit.short \ functions/gnutls_pubkey_encrypt_data \ functions/gnutls_pubkey_encrypt_data.short \ functions/gnutls_pubkey_export \ functions/gnutls_pubkey_export.short \ functions/gnutls_pubkey_export2 \ functions/gnutls_pubkey_export2.short \ functions/gnutls_pubkey_export_dsa_raw \ functions/gnutls_pubkey_export_dsa_raw.short \ functions/gnutls_pubkey_export_dsa_raw2 \ functions/gnutls_pubkey_export_dsa_raw2.short \ functions/gnutls_pubkey_export_ecc_raw \ functions/gnutls_pubkey_export_ecc_raw.short \ functions/gnutls_pubkey_export_ecc_raw2 \ functions/gnutls_pubkey_export_ecc_raw2.short \ functions/gnutls_pubkey_export_ecc_x962 \ functions/gnutls_pubkey_export_ecc_x962.short \ functions/gnutls_pubkey_export_gost_raw2 \ functions/gnutls_pubkey_export_gost_raw2.short \ functions/gnutls_pubkey_export_rsa_raw \ functions/gnutls_pubkey_export_rsa_raw.short \ functions/gnutls_pubkey_export_rsa_raw2 \ functions/gnutls_pubkey_export_rsa_raw2.short \ functions/gnutls_pubkey_get_key_id \ functions/gnutls_pubkey_get_key_id.short \ functions/gnutls_pubkey_get_key_usage \ functions/gnutls_pubkey_get_key_usage.short \ functions/gnutls_pubkey_get_openpgp_key_id \ functions/gnutls_pubkey_get_openpgp_key_id.short \ functions/gnutls_pubkey_get_pk_algorithm \ functions/gnutls_pubkey_get_pk_algorithm.short \ functions/gnutls_pubkey_get_preferred_hash_algorithm \ functions/gnutls_pubkey_get_preferred_hash_algorithm.short \ functions/gnutls_pubkey_get_spki \ functions/gnutls_pubkey_get_spki.short \ functions/gnutls_pubkey_import \ functions/gnutls_pubkey_import.short \ functions/gnutls_pubkey_import_dsa_raw \ functions/gnutls_pubkey_import_dsa_raw.short \ functions/gnutls_pubkey_import_ecc_raw \ functions/gnutls_pubkey_import_ecc_raw.short \ functions/gnutls_pubkey_import_ecc_x962 \ functions/gnutls_pubkey_import_ecc_x962.short \ functions/gnutls_pubkey_import_gost_raw \ functions/gnutls_pubkey_import_gost_raw.short \ functions/gnutls_pubkey_import_openpgp \ functions/gnutls_pubkey_import_openpgp.short \ functions/gnutls_pubkey_import_openpgp_raw \ functions/gnutls_pubkey_import_openpgp_raw.short \ functions/gnutls_pubkey_import_pkcs11 \ functions/gnutls_pubkey_import_pkcs11.short \ functions/gnutls_pubkey_import_privkey \ functions/gnutls_pubkey_import_privkey.short \ functions/gnutls_pubkey_import_rsa_raw \ functions/gnutls_pubkey_import_rsa_raw.short \ functions/gnutls_pubkey_import_tpm_raw \ functions/gnutls_pubkey_import_tpm_raw.short \ functions/gnutls_pubkey_import_tpm_url \ functions/gnutls_pubkey_import_tpm_url.short \ functions/gnutls_pubkey_import_url \ functions/gnutls_pubkey_import_url.short \ functions/gnutls_pubkey_import_x509 \ functions/gnutls_pubkey_import_x509.short \ functions/gnutls_pubkey_import_x509_crq \ functions/gnutls_pubkey_import_x509_crq.short \ functions/gnutls_pubkey_import_x509_raw \ functions/gnutls_pubkey_import_x509_raw.short \ functions/gnutls_pubkey_init \ functions/gnutls_pubkey_init.short \ functions/gnutls_pubkey_print \ functions/gnutls_pubkey_print.short \ functions/gnutls_pubkey_set_key_usage \ functions/gnutls_pubkey_set_key_usage.short \ functions/gnutls_pubkey_set_pin_function \ functions/gnutls_pubkey_set_pin_function.short \ functions/gnutls_pubkey_set_spki \ functions/gnutls_pubkey_set_spki.short \ functions/gnutls_pubkey_verify_data2 \ functions/gnutls_pubkey_verify_data2.short \ functions/gnutls_pubkey_verify_hash2 \ functions/gnutls_pubkey_verify_hash2.short \ functions/gnutls_pubkey_verify_params \ functions/gnutls_pubkey_verify_params.short \ functions/gnutls_random_art functions/gnutls_random_art.short \ functions/gnutls_range_split \ functions/gnutls_range_split.short functions/gnutls_reauth \ functions/gnutls_reauth.short \ functions/gnutls_record_can_use_length_hiding \ functions/gnutls_record_can_use_length_hiding.short \ functions/gnutls_record_check_corked \ functions/gnutls_record_check_corked.short \ functions/gnutls_record_check_pending \ functions/gnutls_record_check_pending.short \ functions/gnutls_record_cork \ functions/gnutls_record_cork.short \ functions/gnutls_record_disable_padding \ functions/gnutls_record_disable_padding.short \ functions/gnutls_record_discard_queued \ functions/gnutls_record_discard_queued.short \ functions/gnutls_record_get_direction \ functions/gnutls_record_get_direction.short \ functions/gnutls_record_get_discarded \ functions/gnutls_record_get_discarded.short \ functions/gnutls_record_get_max_early_data_size \ functions/gnutls_record_get_max_early_data_size.short \ functions/gnutls_record_get_max_size \ functions/gnutls_record_get_max_size.short \ functions/gnutls_record_get_state \ functions/gnutls_record_get_state.short \ functions/gnutls_record_overhead_size \ functions/gnutls_record_overhead_size.short \ functions/gnutls_record_recv \ functions/gnutls_record_recv.short \ functions/gnutls_record_recv_early_data \ functions/gnutls_record_recv_early_data.short \ functions/gnutls_record_recv_packet \ functions/gnutls_record_recv_packet.short \ functions/gnutls_record_recv_seq \ functions/gnutls_record_recv_seq.short \ functions/gnutls_record_send \ functions/gnutls_record_send.short \ functions/gnutls_record_send2 \ functions/gnutls_record_send2.short \ functions/gnutls_record_send_early_data \ functions/gnutls_record_send_early_data.short \ functions/gnutls_record_send_range \ functions/gnutls_record_send_range.short \ functions/gnutls_record_set_max_early_data_size \ functions/gnutls_record_set_max_early_data_size.short \ functions/gnutls_record_set_max_recv_size \ functions/gnutls_record_set_max_recv_size.short \ functions/gnutls_record_set_max_size \ functions/gnutls_record_set_max_size.short \ functions/gnutls_record_set_state \ functions/gnutls_record_set_state.short \ functions/gnutls_record_set_timeout \ functions/gnutls_record_set_timeout.short \ functions/gnutls_record_uncork \ functions/gnutls_record_uncork.short \ functions/gnutls_register_custom_url \ functions/gnutls_register_custom_url.short \ functions/gnutls_rehandshake \ functions/gnutls_rehandshake.short functions/gnutls_rnd \ functions/gnutls_rnd.short functions/gnutls_rnd_refresh \ functions/gnutls_rnd_refresh.short \ functions/gnutls_safe_renegotiation_status \ functions/gnutls_safe_renegotiation_status.short \ functions/gnutls_sec_param_get_name \ functions/gnutls_sec_param_get_name.short \ functions/gnutls_sec_param_to_pk_bits \ functions/gnutls_sec_param_to_pk_bits.short \ functions/gnutls_sec_param_to_symmetric_bits \ functions/gnutls_sec_param_to_symmetric_bits.short \ functions/gnutls_server_name_get \ functions/gnutls_server_name_get.short \ functions/gnutls_server_name_set \ functions/gnutls_server_name_set.short \ functions/gnutls_session_channel_binding \ functions/gnutls_session_channel_binding.short \ functions/gnutls_session_enable_compatibility_mode \ functions/gnutls_session_enable_compatibility_mode.short \ functions/gnutls_session_etm_status \ functions/gnutls_session_etm_status.short \ functions/gnutls_session_ext_master_secret_status \ functions/gnutls_session_ext_master_secret_status.short \ functions/gnutls_session_ext_register \ functions/gnutls_session_ext_register.short \ functions/gnutls_session_force_valid \ functions/gnutls_session_force_valid.short \ functions/gnutls_session_get_data \ functions/gnutls_session_get_data.short \ functions/gnutls_session_get_data2 \ functions/gnutls_session_get_data2.short \ functions/gnutls_session_get_desc \ functions/gnutls_session_get_desc.short \ functions/gnutls_session_get_flags \ functions/gnutls_session_get_flags.short \ functions/gnutls_session_get_id \ functions/gnutls_session_get_id.short \ functions/gnutls_session_get_id2 \ functions/gnutls_session_get_id2.short \ functions/gnutls_session_get_keylog_function \ functions/gnutls_session_get_keylog_function.short \ functions/gnutls_session_get_master_secret \ functions/gnutls_session_get_master_secret.short \ functions/gnutls_session_get_ptr \ functions/gnutls_session_get_ptr.short \ functions/gnutls_session_get_random \ functions/gnutls_session_get_random.short \ functions/gnutls_session_get_verify_cert_status \ functions/gnutls_session_get_verify_cert_status.short \ functions/gnutls_session_is_resumed \ functions/gnutls_session_is_resumed.short \ functions/gnutls_session_key_update \ functions/gnutls_session_key_update.short \ functions/gnutls_session_resumption_requested \ functions/gnutls_session_resumption_requested.short \ functions/gnutls_session_set_data \ functions/gnutls_session_set_data.short \ functions/gnutls_session_set_id \ functions/gnutls_session_set_id.short \ functions/gnutls_session_set_keylog_function \ functions/gnutls_session_set_keylog_function.short \ functions/gnutls_session_set_premaster \ functions/gnutls_session_set_premaster.short \ functions/gnutls_session_set_ptr \ functions/gnutls_session_set_ptr.short \ functions/gnutls_session_set_verify_cert \ functions/gnutls_session_set_verify_cert.short \ functions/gnutls_session_set_verify_cert2 \ functions/gnutls_session_set_verify_cert2.short \ functions/gnutls_session_set_verify_function \ functions/gnutls_session_set_verify_function.short \ functions/gnutls_session_supplemental_register \ functions/gnutls_session_supplemental_register.short \ functions/gnutls_session_ticket_enable_client \ functions/gnutls_session_ticket_enable_client.short \ functions/gnutls_session_ticket_enable_server \ functions/gnutls_session_ticket_enable_server.short \ functions/gnutls_session_ticket_key_generate \ functions/gnutls_session_ticket_key_generate.short \ functions/gnutls_session_ticket_send \ functions/gnutls_session_ticket_send.short \ functions/gnutls_set_default_priority \ functions/gnutls_set_default_priority.short \ functions/gnutls_set_default_priority_append \ functions/gnutls_set_default_priority_append.short \ functions/gnutls_sign_algorithm_get \ functions/gnutls_sign_algorithm_get.short \ functions/gnutls_sign_algorithm_get_client \ functions/gnutls_sign_algorithm_get_client.short \ functions/gnutls_sign_algorithm_get_requested \ functions/gnutls_sign_algorithm_get_requested.short \ functions/gnutls_sign_get_hash_algorithm \ functions/gnutls_sign_get_hash_algorithm.short \ functions/gnutls_sign_get_id \ functions/gnutls_sign_get_id.short \ functions/gnutls_sign_get_name \ functions/gnutls_sign_get_name.short \ functions/gnutls_sign_get_oid \ functions/gnutls_sign_get_oid.short \ functions/gnutls_sign_get_pk_algorithm \ functions/gnutls_sign_get_pk_algorithm.short \ functions/gnutls_sign_is_secure \ functions/gnutls_sign_is_secure.short \ functions/gnutls_sign_is_secure2 \ functions/gnutls_sign_is_secure2.short \ functions/gnutls_sign_list functions/gnutls_sign_list.short \ functions/gnutls_sign_supports_pk_algorithm \ functions/gnutls_sign_supports_pk_algorithm.short \ functions/gnutls_srp_allocate_client_credentials \ functions/gnutls_srp_allocate_client_credentials.short \ functions/gnutls_srp_allocate_server_credentials \ functions/gnutls_srp_allocate_server_credentials.short \ functions/gnutls_srp_base64_decode \ functions/gnutls_srp_base64_decode.short \ functions/gnutls_srp_base64_decode2 \ functions/gnutls_srp_base64_decode2.short \ functions/gnutls_srp_base64_encode \ functions/gnutls_srp_base64_encode.short \ functions/gnutls_srp_base64_encode2 \ functions/gnutls_srp_base64_encode2.short \ functions/gnutls_srp_free_client_credentials \ functions/gnutls_srp_free_client_credentials.short \ functions/gnutls_srp_free_server_credentials \ functions/gnutls_srp_free_server_credentials.short \ functions/gnutls_srp_server_get_username \ functions/gnutls_srp_server_get_username.short \ functions/gnutls_srp_set_client_credentials \ functions/gnutls_srp_set_client_credentials.short \ functions/gnutls_srp_set_client_credentials_function \ functions/gnutls_srp_set_client_credentials_function.short \ functions/gnutls_srp_set_prime_bits \ functions/gnutls_srp_set_prime_bits.short \ functions/gnutls_srp_set_server_credentials_file \ functions/gnutls_srp_set_server_credentials_file.short \ functions/gnutls_srp_set_server_credentials_function \ functions/gnutls_srp_set_server_credentials_function.short \ functions/gnutls_srp_set_server_fake_salt_seed \ functions/gnutls_srp_set_server_fake_salt_seed.short \ functions/gnutls_srp_verifier \ functions/gnutls_srp_verifier.short \ functions/gnutls_srtp_get_keys \ functions/gnutls_srtp_get_keys.short \ functions/gnutls_srtp_get_mki \ functions/gnutls_srtp_get_mki.short \ functions/gnutls_srtp_get_profile_id \ functions/gnutls_srtp_get_profile_id.short \ functions/gnutls_srtp_get_profile_name \ functions/gnutls_srtp_get_profile_name.short \ functions/gnutls_srtp_get_selected_profile \ functions/gnutls_srtp_get_selected_profile.short \ functions/gnutls_srtp_set_mki \ functions/gnutls_srtp_set_mki.short \ functions/gnutls_srtp_set_profile \ functions/gnutls_srtp_set_profile.short \ functions/gnutls_srtp_set_profile_direct \ functions/gnutls_srtp_set_profile_direct.short \ functions/gnutls_store_commitment \ functions/gnutls_store_commitment.short \ functions/gnutls_store_pubkey \ functions/gnutls_store_pubkey.short functions/gnutls_strerror \ functions/gnutls_strerror.short functions/gnutls_strerror_name \ functions/gnutls_strerror_name.short \ functions/gnutls_subject_alt_names_deinit \ functions/gnutls_subject_alt_names_deinit.short \ functions/gnutls_subject_alt_names_get \ functions/gnutls_subject_alt_names_get.short \ functions/gnutls_subject_alt_names_init \ functions/gnutls_subject_alt_names_init.short \ functions/gnutls_subject_alt_names_set \ functions/gnutls_subject_alt_names_set.short \ functions/gnutls_supplemental_get_name \ functions/gnutls_supplemental_get_name.short \ functions/gnutls_supplemental_recv \ functions/gnutls_supplemental_recv.short \ functions/gnutls_supplemental_register \ functions/gnutls_supplemental_register.short \ functions/gnutls_supplemental_send \ functions/gnutls_supplemental_send.short \ functions/gnutls_system_key_add_x509 \ functions/gnutls_system_key_add_x509.short \ functions/gnutls_system_key_delete \ functions/gnutls_system_key_delete.short \ functions/gnutls_system_key_iter_deinit \ functions/gnutls_system_key_iter_deinit.short \ functions/gnutls_system_key_iter_get_info \ functions/gnutls_system_key_iter_get_info.short \ functions/gnutls_system_recv_timeout \ functions/gnutls_system_recv_timeout.short \ functions/gnutls_tdb_deinit functions/gnutls_tdb_deinit.short \ functions/gnutls_tdb_init functions/gnutls_tdb_init.short \ functions/gnutls_tdb_set_store_commitment_func \ functions/gnutls_tdb_set_store_commitment_func.short \ functions/gnutls_tdb_set_store_func \ functions/gnutls_tdb_set_store_func.short \ functions/gnutls_tdb_set_verify_func \ functions/gnutls_tdb_set_verify_func.short \ functions/gnutls_tpm_get_registered \ functions/gnutls_tpm_get_registered.short \ functions/gnutls_tpm_key_list_deinit \ functions/gnutls_tpm_key_list_deinit.short \ functions/gnutls_tpm_key_list_get_url \ functions/gnutls_tpm_key_list_get_url.short \ functions/gnutls_tpm_privkey_delete \ functions/gnutls_tpm_privkey_delete.short \ functions/gnutls_tpm_privkey_generate \ functions/gnutls_tpm_privkey_generate.short \ functions/gnutls_transport_get_int \ functions/gnutls_transport_get_int.short \ functions/gnutls_transport_get_int2 \ functions/gnutls_transport_get_int2.short \ functions/gnutls_transport_get_ptr \ functions/gnutls_transport_get_ptr.short \ functions/gnutls_transport_get_ptr2 \ functions/gnutls_transport_get_ptr2.short \ functions/gnutls_transport_set_errno \ functions/gnutls_transport_set_errno.short \ functions/gnutls_transport_set_errno_function \ functions/gnutls_transport_set_errno_function.short \ functions/gnutls_transport_set_fastopen \ functions/gnutls_transport_set_fastopen.short \ functions/gnutls_transport_set_int \ functions/gnutls_transport_set_int.short \ functions/gnutls_transport_set_int2 \ functions/gnutls_transport_set_int2.short \ functions/gnutls_transport_set_ptr \ functions/gnutls_transport_set_ptr.short \ functions/gnutls_transport_set_ptr2 \ functions/gnutls_transport_set_ptr2.short \ functions/gnutls_transport_set_pull_function \ functions/gnutls_transport_set_pull_function.short \ functions/gnutls_transport_set_pull_timeout_function \ functions/gnutls_transport_set_pull_timeout_function.short \ functions/gnutls_transport_set_push_function \ functions/gnutls_transport_set_push_function.short \ functions/gnutls_transport_set_vec_push_function \ functions/gnutls_transport_set_vec_push_function.short \ functions/gnutls_url_is_supported \ functions/gnutls_url_is_supported.short \ functions/gnutls_utf8_password_normalize \ functions/gnutls_utf8_password_normalize.short \ functions/gnutls_verify_stored_pubkey \ functions/gnutls_verify_stored_pubkey.short \ functions/gnutls_x509_aia_deinit \ functions/gnutls_x509_aia_deinit.short \ functions/gnutls_x509_aia_get \ functions/gnutls_x509_aia_get.short \ functions/gnutls_x509_aia_init \ functions/gnutls_x509_aia_init.short \ functions/gnutls_x509_aia_set \ functions/gnutls_x509_aia_set.short \ functions/gnutls_x509_aki_deinit \ functions/gnutls_x509_aki_deinit.short \ functions/gnutls_x509_aki_get_cert_issuer \ functions/gnutls_x509_aki_get_cert_issuer.short \ functions/gnutls_x509_aki_get_id \ functions/gnutls_x509_aki_get_id.short \ functions/gnutls_x509_aki_init \ functions/gnutls_x509_aki_init.short \ functions/gnutls_x509_aki_set_cert_issuer \ functions/gnutls_x509_aki_set_cert_issuer.short \ functions/gnutls_x509_aki_set_id \ functions/gnutls_x509_aki_set_id.short \ functions/gnutls_x509_cidr_to_rfc5280 \ functions/gnutls_x509_cidr_to_rfc5280.short \ functions/gnutls_x509_crl_check_issuer \ functions/gnutls_x509_crl_check_issuer.short \ functions/gnutls_x509_crl_deinit \ functions/gnutls_x509_crl_deinit.short \ functions/gnutls_x509_crl_dist_points_deinit \ functions/gnutls_x509_crl_dist_points_deinit.short \ functions/gnutls_x509_crl_dist_points_get \ functions/gnutls_x509_crl_dist_points_get.short \ functions/gnutls_x509_crl_dist_points_init \ functions/gnutls_x509_crl_dist_points_init.short \ functions/gnutls_x509_crl_dist_points_set \ functions/gnutls_x509_crl_dist_points_set.short \ functions/gnutls_x509_crl_export \ functions/gnutls_x509_crl_export.short \ functions/gnutls_x509_crl_export2 \ functions/gnutls_x509_crl_export2.short \ functions/gnutls_x509_crl_get_authority_key_gn_serial \ functions/gnutls_x509_crl_get_authority_key_gn_serial.short \ functions/gnutls_x509_crl_get_authority_key_id \ functions/gnutls_x509_crl_get_authority_key_id.short \ functions/gnutls_x509_crl_get_crt_count \ functions/gnutls_x509_crl_get_crt_count.short \ functions/gnutls_x509_crl_get_crt_serial \ functions/gnutls_x509_crl_get_crt_serial.short \ functions/gnutls_x509_crl_get_dn_oid \ functions/gnutls_x509_crl_get_dn_oid.short \ functions/gnutls_x509_crl_get_extension_data \ functions/gnutls_x509_crl_get_extension_data.short \ functions/gnutls_x509_crl_get_extension_data2 \ functions/gnutls_x509_crl_get_extension_data2.short \ functions/gnutls_x509_crl_get_extension_info \ functions/gnutls_x509_crl_get_extension_info.short \ functions/gnutls_x509_crl_get_extension_oid \ functions/gnutls_x509_crl_get_extension_oid.short \ functions/gnutls_x509_crl_get_issuer_dn \ functions/gnutls_x509_crl_get_issuer_dn.short \ functions/gnutls_x509_crl_get_issuer_dn2 \ functions/gnutls_x509_crl_get_issuer_dn2.short \ functions/gnutls_x509_crl_get_issuer_dn3 \ functions/gnutls_x509_crl_get_issuer_dn3.short \ functions/gnutls_x509_crl_get_issuer_dn_by_oid \ functions/gnutls_x509_crl_get_issuer_dn_by_oid.short \ functions/gnutls_x509_crl_get_next_update \ functions/gnutls_x509_crl_get_next_update.short \ functions/gnutls_x509_crl_get_number \ functions/gnutls_x509_crl_get_number.short \ functions/gnutls_x509_crl_get_raw_issuer_dn \ functions/gnutls_x509_crl_get_raw_issuer_dn.short \ functions/gnutls_x509_crl_get_signature \ functions/gnutls_x509_crl_get_signature.short \ functions/gnutls_x509_crl_get_signature_algorithm \ functions/gnutls_x509_crl_get_signature_algorithm.short \ functions/gnutls_x509_crl_get_signature_oid \ functions/gnutls_x509_crl_get_signature_oid.short \ functions/gnutls_x509_crl_get_this_update \ functions/gnutls_x509_crl_get_this_update.short \ functions/gnutls_x509_crl_get_version \ functions/gnutls_x509_crl_get_version.short \ functions/gnutls_x509_crl_import \ functions/gnutls_x509_crl_import.short \ functions/gnutls_x509_crl_init \ functions/gnutls_x509_crl_init.short \ functions/gnutls_x509_crl_iter_crt_serial \ functions/gnutls_x509_crl_iter_crt_serial.short \ functions/gnutls_x509_crl_iter_deinit \ functions/gnutls_x509_crl_iter_deinit.short \ functions/gnutls_x509_crl_list_import \ functions/gnutls_x509_crl_list_import.short \ functions/gnutls_x509_crl_list_import2 \ functions/gnutls_x509_crl_list_import2.short \ functions/gnutls_x509_crl_print \ functions/gnutls_x509_crl_print.short \ functions/gnutls_x509_crl_privkey_sign \ functions/gnutls_x509_crl_privkey_sign.short \ functions/gnutls_x509_crl_set_authority_key_id \ functions/gnutls_x509_crl_set_authority_key_id.short \ functions/gnutls_x509_crl_set_crt \ functions/gnutls_x509_crl_set_crt.short \ functions/gnutls_x509_crl_set_crt_serial \ functions/gnutls_x509_crl_set_crt_serial.short \ functions/gnutls_x509_crl_set_next_update \ functions/gnutls_x509_crl_set_next_update.short \ functions/gnutls_x509_crl_set_number \ functions/gnutls_x509_crl_set_number.short \ functions/gnutls_x509_crl_set_this_update \ functions/gnutls_x509_crl_set_this_update.short \ functions/gnutls_x509_crl_set_version \ functions/gnutls_x509_crl_set_version.short \ functions/gnutls_x509_crl_sign \ functions/gnutls_x509_crl_sign.short \ functions/gnutls_x509_crl_sign2 \ functions/gnutls_x509_crl_sign2.short \ functions/gnutls_x509_crl_verify \ functions/gnutls_x509_crl_verify.short \ functions/gnutls_x509_crq_deinit \ functions/gnutls_x509_crq_deinit.short \ functions/gnutls_x509_crq_export \ functions/gnutls_x509_crq_export.short \ functions/gnutls_x509_crq_export2 \ functions/gnutls_x509_crq_export2.short \ functions/gnutls_x509_crq_get_attribute_by_oid \ functions/gnutls_x509_crq_get_attribute_by_oid.short \ functions/gnutls_x509_crq_get_attribute_data \ functions/gnutls_x509_crq_get_attribute_data.short \ functions/gnutls_x509_crq_get_attribute_info \ functions/gnutls_x509_crq_get_attribute_info.short \ functions/gnutls_x509_crq_get_basic_constraints \ functions/gnutls_x509_crq_get_basic_constraints.short \ functions/gnutls_x509_crq_get_challenge_password \ functions/gnutls_x509_crq_get_challenge_password.short \ functions/gnutls_x509_crq_get_dn \ functions/gnutls_x509_crq_get_dn.short \ functions/gnutls_x509_crq_get_dn2 \ functions/gnutls_x509_crq_get_dn2.short \ functions/gnutls_x509_crq_get_dn3 \ functions/gnutls_x509_crq_get_dn3.short \ functions/gnutls_x509_crq_get_dn_by_oid \ functions/gnutls_x509_crq_get_dn_by_oid.short \ functions/gnutls_x509_crq_get_dn_oid \ functions/gnutls_x509_crq_get_dn_oid.short \ functions/gnutls_x509_crq_get_extension_by_oid \ functions/gnutls_x509_crq_get_extension_by_oid.short \ functions/gnutls_x509_crq_get_extension_by_oid2 \ functions/gnutls_x509_crq_get_extension_by_oid2.short \ functions/gnutls_x509_crq_get_extension_data \ functions/gnutls_x509_crq_get_extension_data.short \ functions/gnutls_x509_crq_get_extension_data2 \ functions/gnutls_x509_crq_get_extension_data2.short \ functions/gnutls_x509_crq_get_extension_info \ functions/gnutls_x509_crq_get_extension_info.short \ functions/gnutls_x509_crq_get_key_id \ functions/gnutls_x509_crq_get_key_id.short \ functions/gnutls_x509_crq_get_key_purpose_oid \ functions/gnutls_x509_crq_get_key_purpose_oid.short \ functions/gnutls_x509_crq_get_key_rsa_raw \ functions/gnutls_x509_crq_get_key_rsa_raw.short \ functions/gnutls_x509_crq_get_key_usage \ functions/gnutls_x509_crq_get_key_usage.short \ functions/gnutls_x509_crq_get_pk_algorithm \ functions/gnutls_x509_crq_get_pk_algorithm.short \ functions/gnutls_x509_crq_get_pk_oid \ functions/gnutls_x509_crq_get_pk_oid.short \ functions/gnutls_x509_crq_get_private_key_usage_period \ functions/gnutls_x509_crq_get_private_key_usage_period.short \ functions/gnutls_x509_crq_get_signature_algorithm \ functions/gnutls_x509_crq_get_signature_algorithm.short \ functions/gnutls_x509_crq_get_signature_oid \ functions/gnutls_x509_crq_get_signature_oid.short \ functions/gnutls_x509_crq_get_spki \ functions/gnutls_x509_crq_get_spki.short \ functions/gnutls_x509_crq_get_subject_alt_name \ functions/gnutls_x509_crq_get_subject_alt_name.short \ functions/gnutls_x509_crq_get_subject_alt_othername_oid \ functions/gnutls_x509_crq_get_subject_alt_othername_oid.short \ functions/gnutls_x509_crq_get_tlsfeatures \ functions/gnutls_x509_crq_get_tlsfeatures.short \ functions/gnutls_x509_crq_get_version \ functions/gnutls_x509_crq_get_version.short \ functions/gnutls_x509_crq_import \ functions/gnutls_x509_crq_import.short \ functions/gnutls_x509_crq_init \ functions/gnutls_x509_crq_init.short \ functions/gnutls_x509_crq_print \ functions/gnutls_x509_crq_print.short \ functions/gnutls_x509_crq_privkey_sign \ functions/gnutls_x509_crq_privkey_sign.short \ functions/gnutls_x509_crq_set_attribute_by_oid \ functions/gnutls_x509_crq_set_attribute_by_oid.short \ functions/gnutls_x509_crq_set_basic_constraints \ functions/gnutls_x509_crq_set_basic_constraints.short \ functions/gnutls_x509_crq_set_challenge_password \ functions/gnutls_x509_crq_set_challenge_password.short \ functions/gnutls_x509_crq_set_dn \ functions/gnutls_x509_crq_set_dn.short \ functions/gnutls_x509_crq_set_dn_by_oid \ functions/gnutls_x509_crq_set_dn_by_oid.short \ functions/gnutls_x509_crq_set_extension_by_oid \ functions/gnutls_x509_crq_set_extension_by_oid.short \ functions/gnutls_x509_crq_set_key \ functions/gnutls_x509_crq_set_key.short \ functions/gnutls_x509_crq_set_key_purpose_oid \ functions/gnutls_x509_crq_set_key_purpose_oid.short \ functions/gnutls_x509_crq_set_key_rsa_raw \ functions/gnutls_x509_crq_set_key_rsa_raw.short \ functions/gnutls_x509_crq_set_key_usage \ functions/gnutls_x509_crq_set_key_usage.short \ functions/gnutls_x509_crq_set_private_key_usage_period \ functions/gnutls_x509_crq_set_private_key_usage_period.short \ functions/gnutls_x509_crq_set_pubkey \ functions/gnutls_x509_crq_set_pubkey.short \ functions/gnutls_x509_crq_set_spki \ functions/gnutls_x509_crq_set_spki.short \ functions/gnutls_x509_crq_set_subject_alt_name \ functions/gnutls_x509_crq_set_subject_alt_name.short \ functions/gnutls_x509_crq_set_subject_alt_othername \ functions/gnutls_x509_crq_set_subject_alt_othername.short \ functions/gnutls_x509_crq_set_tlsfeatures \ functions/gnutls_x509_crq_set_tlsfeatures.short \ functions/gnutls_x509_crq_set_version \ functions/gnutls_x509_crq_set_version.short \ functions/gnutls_x509_crq_sign \ functions/gnutls_x509_crq_sign.short \ functions/gnutls_x509_crq_sign2 \ functions/gnutls_x509_crq_sign2.short \ functions/gnutls_x509_crq_verify \ functions/gnutls_x509_crq_verify.short \ functions/gnutls_x509_crt_check_email \ functions/gnutls_x509_crt_check_email.short \ functions/gnutls_x509_crt_check_hostname \ functions/gnutls_x509_crt_check_hostname.short \ functions/gnutls_x509_crt_check_hostname2 \ functions/gnutls_x509_crt_check_hostname2.short \ functions/gnutls_x509_crt_check_ip \ functions/gnutls_x509_crt_check_ip.short \ functions/gnutls_x509_crt_check_issuer \ functions/gnutls_x509_crt_check_issuer.short \ functions/gnutls_x509_crt_check_key_purpose \ functions/gnutls_x509_crt_check_key_purpose.short \ functions/gnutls_x509_crt_check_revocation \ functions/gnutls_x509_crt_check_revocation.short \ functions/gnutls_x509_crt_cpy_crl_dist_points \ functions/gnutls_x509_crt_cpy_crl_dist_points.short \ functions/gnutls_x509_crt_deinit \ functions/gnutls_x509_crt_deinit.short \ functions/gnutls_x509_crt_equals \ functions/gnutls_x509_crt_equals.short \ functions/gnutls_x509_crt_equals2 \ functions/gnutls_x509_crt_equals2.short \ functions/gnutls_x509_crt_export \ functions/gnutls_x509_crt_export.short \ functions/gnutls_x509_crt_export2 \ functions/gnutls_x509_crt_export2.short \ functions/gnutls_x509_crt_get_activation_time \ functions/gnutls_x509_crt_get_activation_time.short \ functions/gnutls_x509_crt_get_authority_info_access \ functions/gnutls_x509_crt_get_authority_info_access.short \ functions/gnutls_x509_crt_get_authority_key_gn_serial \ functions/gnutls_x509_crt_get_authority_key_gn_serial.short \ functions/gnutls_x509_crt_get_authority_key_id \ functions/gnutls_x509_crt_get_authority_key_id.short \ functions/gnutls_x509_crt_get_basic_constraints \ functions/gnutls_x509_crt_get_basic_constraints.short \ functions/gnutls_x509_crt_get_ca_status \ functions/gnutls_x509_crt_get_ca_status.short \ functions/gnutls_x509_crt_get_crl_dist_points \ functions/gnutls_x509_crt_get_crl_dist_points.short \ functions/gnutls_x509_crt_get_dn \ functions/gnutls_x509_crt_get_dn.short \ functions/gnutls_x509_crt_get_dn2 \ functions/gnutls_x509_crt_get_dn2.short \ functions/gnutls_x509_crt_get_dn3 \ functions/gnutls_x509_crt_get_dn3.short \ functions/gnutls_x509_crt_get_dn_by_oid \ functions/gnutls_x509_crt_get_dn_by_oid.short \ functions/gnutls_x509_crt_get_dn_oid \ functions/gnutls_x509_crt_get_dn_oid.short \ functions/gnutls_x509_crt_get_expiration_time \ functions/gnutls_x509_crt_get_expiration_time.short \ functions/gnutls_x509_crt_get_extension_by_oid \ functions/gnutls_x509_crt_get_extension_by_oid.short \ functions/gnutls_x509_crt_get_extension_by_oid2 \ functions/gnutls_x509_crt_get_extension_by_oid2.short \ functions/gnutls_x509_crt_get_extension_data \ functions/gnutls_x509_crt_get_extension_data.short \ functions/gnutls_x509_crt_get_extension_data2 \ functions/gnutls_x509_crt_get_extension_data2.short \ functions/gnutls_x509_crt_get_extension_info \ functions/gnutls_x509_crt_get_extension_info.short \ functions/gnutls_x509_crt_get_extension_oid \ functions/gnutls_x509_crt_get_extension_oid.short \ functions/gnutls_x509_crt_get_fingerprint \ functions/gnutls_x509_crt_get_fingerprint.short \ functions/gnutls_x509_crt_get_inhibit_anypolicy \ functions/gnutls_x509_crt_get_inhibit_anypolicy.short \ functions/gnutls_x509_crt_get_issuer \ functions/gnutls_x509_crt_get_issuer.short \ functions/gnutls_x509_crt_get_issuer_alt_name \ functions/gnutls_x509_crt_get_issuer_alt_name.short \ functions/gnutls_x509_crt_get_issuer_alt_name2 \ functions/gnutls_x509_crt_get_issuer_alt_name2.short \ functions/gnutls_x509_crt_get_issuer_alt_othername_oid \ functions/gnutls_x509_crt_get_issuer_alt_othername_oid.short \ functions/gnutls_x509_crt_get_issuer_dn \ functions/gnutls_x509_crt_get_issuer_dn.short \ functions/gnutls_x509_crt_get_issuer_dn2 \ functions/gnutls_x509_crt_get_issuer_dn2.short \ functions/gnutls_x509_crt_get_issuer_dn3 \ functions/gnutls_x509_crt_get_issuer_dn3.short \ functions/gnutls_x509_crt_get_issuer_dn_by_oid \ functions/gnutls_x509_crt_get_issuer_dn_by_oid.short \ functions/gnutls_x509_crt_get_issuer_dn_oid \ functions/gnutls_x509_crt_get_issuer_dn_oid.short \ functions/gnutls_x509_crt_get_issuer_unique_id \ functions/gnutls_x509_crt_get_issuer_unique_id.short \ functions/gnutls_x509_crt_get_key_id \ functions/gnutls_x509_crt_get_key_id.short \ functions/gnutls_x509_crt_get_key_purpose_oid \ functions/gnutls_x509_crt_get_key_purpose_oid.short \ functions/gnutls_x509_crt_get_key_usage \ functions/gnutls_x509_crt_get_key_usage.short \ functions/gnutls_x509_crt_get_name_constraints \ functions/gnutls_x509_crt_get_name_constraints.short \ functions/gnutls_x509_crt_get_pk_algorithm \ functions/gnutls_x509_crt_get_pk_algorithm.short \ functions/gnutls_x509_crt_get_pk_dsa_raw \ functions/gnutls_x509_crt_get_pk_dsa_raw.short \ functions/gnutls_x509_crt_get_pk_ecc_raw \ functions/gnutls_x509_crt_get_pk_ecc_raw.short \ functions/gnutls_x509_crt_get_pk_gost_raw \ functions/gnutls_x509_crt_get_pk_gost_raw.short \ functions/gnutls_x509_crt_get_pk_oid \ functions/gnutls_x509_crt_get_pk_oid.short \ functions/gnutls_x509_crt_get_pk_rsa_raw \ functions/gnutls_x509_crt_get_pk_rsa_raw.short \ functions/gnutls_x509_crt_get_policy \ functions/gnutls_x509_crt_get_policy.short \ functions/gnutls_x509_crt_get_preferred_hash_algorithm \ functions/gnutls_x509_crt_get_preferred_hash_algorithm.short \ functions/gnutls_x509_crt_get_private_key_usage_period \ functions/gnutls_x509_crt_get_private_key_usage_period.short \ functions/gnutls_x509_crt_get_proxy \ functions/gnutls_x509_crt_get_proxy.short \ functions/gnutls_x509_crt_get_raw_dn \ functions/gnutls_x509_crt_get_raw_dn.short \ functions/gnutls_x509_crt_get_raw_issuer_dn \ functions/gnutls_x509_crt_get_raw_issuer_dn.short \ functions/gnutls_x509_crt_get_serial \ functions/gnutls_x509_crt_get_serial.short \ functions/gnutls_x509_crt_get_signature \ functions/gnutls_x509_crt_get_signature.short \ functions/gnutls_x509_crt_get_signature_algorithm \ functions/gnutls_x509_crt_get_signature_algorithm.short \ functions/gnutls_x509_crt_get_signature_oid \ functions/gnutls_x509_crt_get_signature_oid.short \ functions/gnutls_x509_crt_get_spki \ functions/gnutls_x509_crt_get_spki.short \ functions/gnutls_x509_crt_get_subject \ functions/gnutls_x509_crt_get_subject.short \ functions/gnutls_x509_crt_get_subject_alt_name \ functions/gnutls_x509_crt_get_subject_alt_name.short \ functions/gnutls_x509_crt_get_subject_alt_name2 \ functions/gnutls_x509_crt_get_subject_alt_name2.short \ functions/gnutls_x509_crt_get_subject_alt_othername_oid \ functions/gnutls_x509_crt_get_subject_alt_othername_oid.short \ functions/gnutls_x509_crt_get_subject_key_id \ functions/gnutls_x509_crt_get_subject_key_id.short \ functions/gnutls_x509_crt_get_subject_unique_id \ functions/gnutls_x509_crt_get_subject_unique_id.short \ functions/gnutls_x509_crt_get_tlsfeatures \ functions/gnutls_x509_crt_get_tlsfeatures.short \ functions/gnutls_x509_crt_get_version \ functions/gnutls_x509_crt_get_version.short \ functions/gnutls_x509_crt_import \ functions/gnutls_x509_crt_import.short \ functions/gnutls_x509_crt_import_pkcs11 \ functions/gnutls_x509_crt_import_pkcs11.short \ functions/gnutls_x509_crt_import_url \ functions/gnutls_x509_crt_import_url.short \ functions/gnutls_x509_crt_init \ functions/gnutls_x509_crt_init.short \ functions/gnutls_x509_crt_list_import \ functions/gnutls_x509_crt_list_import.short \ functions/gnutls_x509_crt_list_import2 \ functions/gnutls_x509_crt_list_import2.short \ functions/gnutls_x509_crt_list_import_pkcs11 \ functions/gnutls_x509_crt_list_import_pkcs11.short \ functions/gnutls_x509_crt_list_import_url \ functions/gnutls_x509_crt_list_import_url.short \ functions/gnutls_x509_crt_list_verify \ functions/gnutls_x509_crt_list_verify.short \ functions/gnutls_x509_crt_print \ functions/gnutls_x509_crt_print.short \ functions/gnutls_x509_crt_privkey_sign \ functions/gnutls_x509_crt_privkey_sign.short \ functions/gnutls_x509_crt_set_activation_time \ functions/gnutls_x509_crt_set_activation_time.short \ functions/gnutls_x509_crt_set_authority_info_access \ functions/gnutls_x509_crt_set_authority_info_access.short \ functions/gnutls_x509_crt_set_authority_key_id \ functions/gnutls_x509_crt_set_authority_key_id.short \ functions/gnutls_x509_crt_set_basic_constraints \ functions/gnutls_x509_crt_set_basic_constraints.short \ functions/gnutls_x509_crt_set_ca_status \ functions/gnutls_x509_crt_set_ca_status.short \ functions/gnutls_x509_crt_set_crl_dist_points \ functions/gnutls_x509_crt_set_crl_dist_points.short \ functions/gnutls_x509_crt_set_crl_dist_points2 \ functions/gnutls_x509_crt_set_crl_dist_points2.short \ functions/gnutls_x509_crt_set_crq \ functions/gnutls_x509_crt_set_crq.short \ functions/gnutls_x509_crt_set_crq_extension_by_oid \ functions/gnutls_x509_crt_set_crq_extension_by_oid.short \ functions/gnutls_x509_crt_set_crq_extensions \ functions/gnutls_x509_crt_set_crq_extensions.short \ functions/gnutls_x509_crt_set_dn \ functions/gnutls_x509_crt_set_dn.short \ functions/gnutls_x509_crt_set_dn_by_oid \ functions/gnutls_x509_crt_set_dn_by_oid.short \ functions/gnutls_x509_crt_set_expiration_time \ functions/gnutls_x509_crt_set_expiration_time.short \ functions/gnutls_x509_crt_set_extension_by_oid \ functions/gnutls_x509_crt_set_extension_by_oid.short \ functions/gnutls_x509_crt_set_flags \ functions/gnutls_x509_crt_set_flags.short \ functions/gnutls_x509_crt_set_inhibit_anypolicy \ functions/gnutls_x509_crt_set_inhibit_anypolicy.short \ functions/gnutls_x509_crt_set_issuer_alt_name \ functions/gnutls_x509_crt_set_issuer_alt_name.short \ functions/gnutls_x509_crt_set_issuer_alt_othername \ functions/gnutls_x509_crt_set_issuer_alt_othername.short \ functions/gnutls_x509_crt_set_issuer_dn \ functions/gnutls_x509_crt_set_issuer_dn.short \ functions/gnutls_x509_crt_set_issuer_dn_by_oid \ functions/gnutls_x509_crt_set_issuer_dn_by_oid.short \ functions/gnutls_x509_crt_set_issuer_unique_id \ functions/gnutls_x509_crt_set_issuer_unique_id.short \ functions/gnutls_x509_crt_set_key \ functions/gnutls_x509_crt_set_key.short \ functions/gnutls_x509_crt_set_key_purpose_oid \ functions/gnutls_x509_crt_set_key_purpose_oid.short \ functions/gnutls_x509_crt_set_key_usage \ functions/gnutls_x509_crt_set_key_usage.short \ functions/gnutls_x509_crt_set_name_constraints \ functions/gnutls_x509_crt_set_name_constraints.short \ functions/gnutls_x509_crt_set_pin_function \ functions/gnutls_x509_crt_set_pin_function.short \ functions/gnutls_x509_crt_set_policy \ functions/gnutls_x509_crt_set_policy.short \ functions/gnutls_x509_crt_set_private_key_usage_period \ functions/gnutls_x509_crt_set_private_key_usage_period.short \ functions/gnutls_x509_crt_set_proxy \ functions/gnutls_x509_crt_set_proxy.short \ functions/gnutls_x509_crt_set_proxy_dn \ functions/gnutls_x509_crt_set_proxy_dn.short \ functions/gnutls_x509_crt_set_pubkey \ functions/gnutls_x509_crt_set_pubkey.short \ functions/gnutls_x509_crt_set_serial \ functions/gnutls_x509_crt_set_serial.short \ functions/gnutls_x509_crt_set_spki \ functions/gnutls_x509_crt_set_spki.short \ functions/gnutls_x509_crt_set_subject_alternative_name \ functions/gnutls_x509_crt_set_subject_alternative_name.short \ functions/gnutls_x509_crt_set_subject_alt_name \ functions/gnutls_x509_crt_set_subject_alt_name.short \ functions/gnutls_x509_crt_set_subject_alt_othername \ functions/gnutls_x509_crt_set_subject_alt_othername.short \ functions/gnutls_x509_crt_set_subject_key_id \ functions/gnutls_x509_crt_set_subject_key_id.short \ functions/gnutls_x509_crt_set_subject_unique_id \ functions/gnutls_x509_crt_set_subject_unique_id.short \ functions/gnutls_x509_crt_set_tlsfeatures \ functions/gnutls_x509_crt_set_tlsfeatures.short \ functions/gnutls_x509_crt_set_version \ functions/gnutls_x509_crt_set_version.short \ functions/gnutls_x509_crt_sign \ functions/gnutls_x509_crt_sign.short \ functions/gnutls_x509_crt_sign2 \ functions/gnutls_x509_crt_sign2.short \ functions/gnutls_x509_crt_verify \ functions/gnutls_x509_crt_verify.short \ functions/gnutls_x509_crt_verify_data2 \ functions/gnutls_x509_crt_verify_data2.short \ functions/gnutls_x509_dn_deinit \ functions/gnutls_x509_dn_deinit.short \ functions/gnutls_x509_dn_export \ functions/gnutls_x509_dn_export.short \ functions/gnutls_x509_dn_export2 \ functions/gnutls_x509_dn_export2.short \ functions/gnutls_x509_dn_get_rdn_ava \ functions/gnutls_x509_dn_get_rdn_ava.short \ functions/gnutls_x509_dn_get_str \ functions/gnutls_x509_dn_get_str.short \ functions/gnutls_x509_dn_get_str2 \ functions/gnutls_x509_dn_get_str2.short \ functions/gnutls_x509_dn_import \ functions/gnutls_x509_dn_import.short \ functions/gnutls_x509_dn_init \ functions/gnutls_x509_dn_init.short \ functions/gnutls_x509_dn_oid_known \ functions/gnutls_x509_dn_oid_known.short \ functions/gnutls_x509_dn_oid_name \ functions/gnutls_x509_dn_oid_name.short \ functions/gnutls_x509_dn_set_str \ functions/gnutls_x509_dn_set_str.short \ functions/gnutls_x509_ext_deinit \ functions/gnutls_x509_ext_deinit.short \ functions/gnutls_x509_ext_export_aia \ functions/gnutls_x509_ext_export_aia.short \ functions/gnutls_x509_ext_export_authority_key_id \ functions/gnutls_x509_ext_export_authority_key_id.short \ functions/gnutls_x509_ext_export_basic_constraints \ functions/gnutls_x509_ext_export_basic_constraints.short \ functions/gnutls_x509_ext_export_crl_dist_points \ functions/gnutls_x509_ext_export_crl_dist_points.short \ functions/gnutls_x509_ext_export_inhibit_anypolicy \ functions/gnutls_x509_ext_export_inhibit_anypolicy.short \ functions/gnutls_x509_ext_export_key_purposes \ functions/gnutls_x509_ext_export_key_purposes.short \ functions/gnutls_x509_ext_export_key_usage \ functions/gnutls_x509_ext_export_key_usage.short \ functions/gnutls_x509_ext_export_name_constraints \ functions/gnutls_x509_ext_export_name_constraints.short \ functions/gnutls_x509_ext_export_policies \ functions/gnutls_x509_ext_export_policies.short \ functions/gnutls_x509_ext_export_private_key_usage_period \ functions/gnutls_x509_ext_export_private_key_usage_period.short \ functions/gnutls_x509_ext_export_proxy \ functions/gnutls_x509_ext_export_proxy.short \ functions/gnutls_x509_ext_export_subject_alt_names \ functions/gnutls_x509_ext_export_subject_alt_names.short \ functions/gnutls_x509_ext_export_subject_key_id \ functions/gnutls_x509_ext_export_subject_key_id.short \ functions/gnutls_x509_ext_export_tlsfeatures \ functions/gnutls_x509_ext_export_tlsfeatures.short \ functions/gnutls_x509_ext_import_aia \ functions/gnutls_x509_ext_import_aia.short \ functions/gnutls_x509_ext_import_authority_key_id \ functions/gnutls_x509_ext_import_authority_key_id.short \ functions/gnutls_x509_ext_import_basic_constraints \ functions/gnutls_x509_ext_import_basic_constraints.short \ functions/gnutls_x509_ext_import_crl_dist_points \ functions/gnutls_x509_ext_import_crl_dist_points.short \ functions/gnutls_x509_ext_import_inhibit_anypolicy \ functions/gnutls_x509_ext_import_inhibit_anypolicy.short \ functions/gnutls_x509_ext_import_key_purposes \ functions/gnutls_x509_ext_import_key_purposes.short \ functions/gnutls_x509_ext_import_key_usage \ functions/gnutls_x509_ext_import_key_usage.short \ functions/gnutls_x509_ext_import_name_constraints \ functions/gnutls_x509_ext_import_name_constraints.short \ functions/gnutls_x509_ext_import_policies \ functions/gnutls_x509_ext_import_policies.short \ functions/gnutls_x509_ext_import_private_key_usage_period \ functions/gnutls_x509_ext_import_private_key_usage_period.short \ functions/gnutls_x509_ext_import_proxy \ functions/gnutls_x509_ext_import_proxy.short \ functions/gnutls_x509_ext_import_subject_alt_names \ functions/gnutls_x509_ext_import_subject_alt_names.short \ functions/gnutls_x509_ext_import_subject_key_id \ functions/gnutls_x509_ext_import_subject_key_id.short \ functions/gnutls_x509_ext_import_tlsfeatures \ functions/gnutls_x509_ext_import_tlsfeatures.short \ functions/gnutls_x509_ext_print \ functions/gnutls_x509_ext_print.short \ functions/gnutls_x509_key_purpose_deinit \ functions/gnutls_x509_key_purpose_deinit.short \ functions/gnutls_x509_key_purpose_get \ functions/gnutls_x509_key_purpose_get.short \ functions/gnutls_x509_key_purpose_init \ functions/gnutls_x509_key_purpose_init.short \ functions/gnutls_x509_key_purpose_set \ functions/gnutls_x509_key_purpose_set.short \ functions/gnutls_x509_name_constraints_add_excluded \ functions/gnutls_x509_name_constraints_add_excluded.short \ functions/gnutls_x509_name_constraints_add_permitted \ functions/gnutls_x509_name_constraints_add_permitted.short \ functions/gnutls_x509_name_constraints_check \ functions/gnutls_x509_name_constraints_check.short \ functions/gnutls_x509_name_constraints_check_crt \ functions/gnutls_x509_name_constraints_check_crt.short \ functions/gnutls_x509_name_constraints_deinit \ functions/gnutls_x509_name_constraints_deinit.short \ functions/gnutls_x509_name_constraints_get_excluded \ functions/gnutls_x509_name_constraints_get_excluded.short \ functions/gnutls_x509_name_constraints_get_permitted \ functions/gnutls_x509_name_constraints_get_permitted.short \ functions/gnutls_x509_name_constraints_init \ functions/gnutls_x509_name_constraints_init.short \ functions/gnutls_x509_othername_to_virtual \ functions/gnutls_x509_othername_to_virtual.short \ functions/gnutls_x509_policies_deinit \ functions/gnutls_x509_policies_deinit.short \ functions/gnutls_x509_policies_get \ functions/gnutls_x509_policies_get.short \ functions/gnutls_x509_policies_init \ functions/gnutls_x509_policies_init.short \ functions/gnutls_x509_policies_set \ functions/gnutls_x509_policies_set.short \ functions/gnutls_x509_policy_release \ functions/gnutls_x509_policy_release.short \ functions/gnutls_x509_privkey_cpy \ functions/gnutls_x509_privkey_cpy.short \ functions/gnutls_x509_privkey_deinit \ functions/gnutls_x509_privkey_deinit.short \ functions/gnutls_x509_privkey_export \ functions/gnutls_x509_privkey_export.short \ functions/gnutls_x509_privkey_export2 \ functions/gnutls_x509_privkey_export2.short \ functions/gnutls_x509_privkey_export2_pkcs8 \ functions/gnutls_x509_privkey_export2_pkcs8.short \ functions/gnutls_x509_privkey_export_dsa_raw \ functions/gnutls_x509_privkey_export_dsa_raw.short \ functions/gnutls_x509_privkey_export_ecc_raw \ functions/gnutls_x509_privkey_export_ecc_raw.short \ functions/gnutls_x509_privkey_export_gost_raw \ functions/gnutls_x509_privkey_export_gost_raw.short \ functions/gnutls_x509_privkey_export_pkcs8 \ functions/gnutls_x509_privkey_export_pkcs8.short \ functions/gnutls_x509_privkey_export_rsa_raw \ functions/gnutls_x509_privkey_export_rsa_raw.short \ functions/gnutls_x509_privkey_export_rsa_raw2 \ functions/gnutls_x509_privkey_export_rsa_raw2.short \ functions/gnutls_x509_privkey_fix \ functions/gnutls_x509_privkey_fix.short \ functions/gnutls_x509_privkey_generate \ functions/gnutls_x509_privkey_generate.short \ functions/gnutls_x509_privkey_generate2 \ functions/gnutls_x509_privkey_generate2.short \ functions/gnutls_x509_privkey_get_key_id \ functions/gnutls_x509_privkey_get_key_id.short \ functions/gnutls_x509_privkey_get_pk_algorithm \ functions/gnutls_x509_privkey_get_pk_algorithm.short \ functions/gnutls_x509_privkey_get_pk_algorithm2 \ functions/gnutls_x509_privkey_get_pk_algorithm2.short \ functions/gnutls_x509_privkey_get_seed \ functions/gnutls_x509_privkey_get_seed.short \ functions/gnutls_x509_privkey_get_spki \ functions/gnutls_x509_privkey_get_spki.short \ functions/gnutls_x509_privkey_import \ functions/gnutls_x509_privkey_import.short \ functions/gnutls_x509_privkey_import2 \ functions/gnutls_x509_privkey_import2.short \ functions/gnutls_x509_privkey_import_dsa_raw \ functions/gnutls_x509_privkey_import_dsa_raw.short \ functions/gnutls_x509_privkey_import_ecc_raw \ functions/gnutls_x509_privkey_import_ecc_raw.short \ functions/gnutls_x509_privkey_import_gost_raw \ functions/gnutls_x509_privkey_import_gost_raw.short \ functions/gnutls_x509_privkey_import_openssl \ functions/gnutls_x509_privkey_import_openssl.short \ functions/gnutls_x509_privkey_import_pkcs8 \ functions/gnutls_x509_privkey_import_pkcs8.short \ functions/gnutls_x509_privkey_import_rsa_raw \ functions/gnutls_x509_privkey_import_rsa_raw.short \ functions/gnutls_x509_privkey_import_rsa_raw2 \ functions/gnutls_x509_privkey_import_rsa_raw2.short \ functions/gnutls_x509_privkey_init \ functions/gnutls_x509_privkey_init.short \ functions/gnutls_x509_privkey_sec_param \ functions/gnutls_x509_privkey_sec_param.short \ functions/gnutls_x509_privkey_set_flags \ functions/gnutls_x509_privkey_set_flags.short \ functions/gnutls_x509_privkey_set_pin_function \ functions/gnutls_x509_privkey_set_pin_function.short \ functions/gnutls_x509_privkey_set_spki \ functions/gnutls_x509_privkey_set_spki.short \ functions/gnutls_x509_privkey_sign_data \ functions/gnutls_x509_privkey_sign_data.short \ functions/gnutls_x509_privkey_sign_hash \ functions/gnutls_x509_privkey_sign_hash.short \ functions/gnutls_x509_privkey_verify_params \ functions/gnutls_x509_privkey_verify_params.short \ functions/gnutls_x509_privkey_verify_seed \ functions/gnutls_x509_privkey_verify_seed.short \ functions/gnutls_x509_rdn_get \ functions/gnutls_x509_rdn_get.short \ functions/gnutls_x509_rdn_get2 \ functions/gnutls_x509_rdn_get2.short \ functions/gnutls_x509_rdn_get_by_oid \ functions/gnutls_x509_rdn_get_by_oid.short \ functions/gnutls_x509_rdn_get_oid \ functions/gnutls_x509_rdn_get_oid.short \ functions/gnutls_x509_spki_deinit \ functions/gnutls_x509_spki_deinit.short \ functions/gnutls_x509_spki_get_rsa_pss_params \ functions/gnutls_x509_spki_get_rsa_pss_params.short \ functions/gnutls_x509_spki_init \ functions/gnutls_x509_spki_init.short \ functions/gnutls_x509_spki_set_rsa_pss_params \ functions/gnutls_x509_spki_set_rsa_pss_params.short \ functions/gnutls_x509_tlsfeatures_add \ functions/gnutls_x509_tlsfeatures_add.short \ functions/gnutls_x509_tlsfeatures_check_crt \ functions/gnutls_x509_tlsfeatures_check_crt.short \ functions/gnutls_x509_tlsfeatures_deinit \ functions/gnutls_x509_tlsfeatures_deinit.short \ functions/gnutls_x509_tlsfeatures_get \ functions/gnutls_x509_tlsfeatures_get.short \ functions/gnutls_x509_tlsfeatures_init \ functions/gnutls_x509_tlsfeatures_init.short \ functions/gnutls_x509_trust_list_add_cas \ functions/gnutls_x509_trust_list_add_cas.short \ functions/gnutls_x509_trust_list_add_crls \ functions/gnutls_x509_trust_list_add_crls.short \ functions/gnutls_x509_trust_list_add_named_crt \ functions/gnutls_x509_trust_list_add_named_crt.short \ functions/gnutls_x509_trust_list_add_system_trust \ functions/gnutls_x509_trust_list_add_system_trust.short \ functions/gnutls_x509_trust_list_add_trust_dir \ functions/gnutls_x509_trust_list_add_trust_dir.short \ functions/gnutls_x509_trust_list_add_trust_file \ functions/gnutls_x509_trust_list_add_trust_file.short \ functions/gnutls_x509_trust_list_add_trust_mem \ functions/gnutls_x509_trust_list_add_trust_mem.short \ functions/gnutls_x509_trust_list_deinit \ functions/gnutls_x509_trust_list_deinit.short \ functions/gnutls_x509_trust_list_get_issuer \ functions/gnutls_x509_trust_list_get_issuer.short \ functions/gnutls_x509_trust_list_get_issuer_by_dn \ functions/gnutls_x509_trust_list_get_issuer_by_dn.short \ functions/gnutls_x509_trust_list_get_issuer_by_subject_key_id \ functions/gnutls_x509_trust_list_get_issuer_by_subject_key_id.short \ functions/gnutls_x509_trust_list_init \ functions/gnutls_x509_trust_list_init.short \ functions/gnutls_x509_trust_list_iter_deinit \ functions/gnutls_x509_trust_list_iter_deinit.short \ functions/gnutls_x509_trust_list_iter_get_ca \ functions/gnutls_x509_trust_list_iter_get_ca.short \ functions/gnutls_x509_trust_list_remove_cas \ functions/gnutls_x509_trust_list_remove_cas.short \ functions/gnutls_x509_trust_list_remove_trust_file \ functions/gnutls_x509_trust_list_remove_trust_file.short \ functions/gnutls_x509_trust_list_remove_trust_mem \ functions/gnutls_x509_trust_list_remove_trust_mem.short \ functions/gnutls_x509_trust_list_verify_crt \ functions/gnutls_x509_trust_list_verify_crt.short \ functions/gnutls_x509_trust_list_verify_crt2 \ functions/gnutls_x509_trust_list_verify_crt2.short \ functions/gnutls_x509_trust_list_verify_named_crt \ functions/gnutls_x509_trust_list_verify_named_crt.short all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: .SUFFIXES: .c .dvi .html .info .lo .o .obj .pdf .ps .texi $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign doc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): alert-printlist$(EXEEXT): $(alert_printlist_OBJECTS) $(alert_printlist_DEPENDENCIES) $(EXTRA_alert_printlist_DEPENDENCIES) @rm -f alert-printlist$(EXEEXT) $(AM_V_CCLD)$(LINK) $(alert_printlist_OBJECTS) $(alert_printlist_LDADD) $(LIBS) errcodes$(EXEEXT): $(errcodes_OBJECTS) $(errcodes_DEPENDENCIES) $(EXTRA_errcodes_DEPENDENCIES) @rm -f errcodes$(EXEEXT) $(AM_V_CCLD)$(LINK) $(errcodes_OBJECTS) $(errcodes_LDADD) $(LIBS) printlist$(EXEEXT): $(printlist_OBJECTS) $(printlist_DEPENDENCIES) $(EXTRA_printlist_DEPENDENCIES) @rm -f printlist$(EXEEXT) $(AM_V_CCLD)$(LINK) $(printlist_OBJECTS) $(printlist_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c #include ./$(DEPDIR)/alert-printlist.Po # am--include-marker #include ./$(DEPDIR)/common.Po # am--include-marker #include ./$(DEPDIR)/errcodes.Po # am--include-marker #include ./$(DEPDIR)/printlist.Po # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: # $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ # $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ # $(am__mv) $$depbase.Tpo $$depbase.Po # $(AM_V_CC)source='$<' object='$@' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(COMPILE) -c -o $@ $< .c.obj: # $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ # $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ # $(am__mv) $$depbase.Tpo $$depbase.Po # $(AM_V_CC)source='$<' object='$@' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: # $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ # $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ # $(am__mv) $$depbase.Tpo $$depbase.Plo # $(AM_V_CC)source='$<' object='$@' libtool=yes # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs .texi.info: $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \ am__cwd=`pwd` && $(am__cd) $(srcdir) && \ rm -rf $$backupdir && mkdir $$backupdir && \ if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$$am__cwd"; \ if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ -o $@ $<; \ then \ rc=0; \ $(am__cd) $(srcdir); \ else \ rc=$$?; \ $(am__cd) $(srcdir) && \ $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ fi; \ rm -rf $$backupdir; exit $$rc .texi.dvi: $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \ $< .texi.pdf: $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \ $< .texi.html: $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp) $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ -o $(@:.html=.htp) $<; \ then \ rm -rf $@ && mv $(@:.html=.htp) $@; \ else \ rm -rf $(@:.html=.htp); exit 1; \ fi $(srcdir)/gnutls.info: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS) gnutls.dvi: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS) gnutls.pdf: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS) gnutls.html: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS) $(srcdir)/version.texi: $(srcdir)/stamp-vti $(srcdir)/stamp-vti: gnutls.texi $(top_srcdir)/configure @(dir=.; test -f ./gnutls.texi || dir=$(srcdir); \ set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/gnutls.texi`; \ echo "@set UPDATED $$1 $$2 $$3"; \ echo "@set UPDATED-MONTH $$2 $$3"; \ echo "@set EDITION $(VERSION)"; \ echo "@set VERSION $(VERSION)") > vti.tmp$$$$ && \ (cmp -s vti.tmp$$$$ $(srcdir)/version.texi \ || (echo "Updating $(srcdir)/version.texi" && \ cp vti.tmp$$$$ $(srcdir)/version.texi.tmp$$$$ && \ mv $(srcdir)/version.texi.tmp$$$$ $(srcdir)/version.texi)) && \ rm -f vti.tmp$$$$ $(srcdir)/version.texi.$$$$ @cp $(srcdir)/version.texi $@ mostlyclean-vti: -rm -f vti.tmp* $(srcdir)/version.texi.tmp* maintainer-clean-vti: -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi $(srcdir)/gnutls-guile.info: gnutls-guile.texi $(srcdir)/version-guile.texi gnutls-guile.dvi: gnutls-guile.texi $(srcdir)/version-guile.texi gnutls-guile.pdf: gnutls-guile.texi $(srcdir)/version-guile.texi gnutls-guile.html: gnutls-guile.texi $(srcdir)/version-guile.texi $(srcdir)/version-guile.texi: $(srcdir)/stamp-1 $(srcdir)/stamp-1: gnutls-guile.texi $(top_srcdir)/configure @(dir=.; test -f ./gnutls-guile.texi || dir=$(srcdir); \ set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/gnutls-guile.texi`; \ echo "@set UPDATED $$1 $$2 $$3"; \ echo "@set UPDATED-MONTH $$2 $$3"; \ echo "@set EDITION $(VERSION)"; \ echo "@set VERSION $(VERSION)") > 1.tmp$$$$ && \ (cmp -s 1.tmp$$$$ $(srcdir)/version-guile.texi \ || (echo "Updating $(srcdir)/version-guile.texi" && \ cp 1.tmp$$$$ $(srcdir)/version-guile.texi.tmp$$$$ && \ mv $(srcdir)/version-guile.texi.tmp$$$$ $(srcdir)/version-guile.texi)) && \ rm -f 1.tmp$$$$ $(srcdir)/version-guile.texi.$$$$ @cp $(srcdir)/version-guile.texi $@ mostlyclean-1: -rm -f 1.tmp* $(srcdir)/version-guile.texi.tmp* maintainer-clean-1: -rm -f $(srcdir)/stamp-1 $(srcdir)/version-guile.texi .dvi.ps: $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ $(DVIPS) $(AM_V_texinfo) -o $@ $< uninstall-dvi-am: @$(NORMAL_UNINSTALL) @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \ rm -f "$(DESTDIR)$(dvidir)/$$f"; \ done uninstall-html-am: @$(NORMAL_UNINSTALL) @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \ rm -rf "$(DESTDIR)$(htmldir)/$$f"; \ done uninstall-info-am: @$(PRE_UNINSTALL) @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \ list='$(INFO_DEPS)'; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \ done; \ else :; fi @$(NORMAL_UNINSTALL) @list='$(INFO_DEPS)'; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \ rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ else :; fi); \ done uninstall-pdf-am: @$(NORMAL_UNINSTALL) @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ done uninstall-ps-am: @$(NORMAL_UNINSTALL) @list='$(PSS)'; test -n "$(psdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \ rm -f "$(DESTDIR)$(psdir)/$$f"; \ done dist-info: $(INFO_DEPS) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ list='$(INFO_DEPS)'; \ for base in $$list; do \ case $$base in \ $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ esac; \ if test -f $$base; then d=.; else d=$(srcdir); fi; \ base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \ if test -f $$file; then \ relfile=`expr "$$file" : "$$d/\(.*\)"`; \ test -f "$(distdir)/$$relfile" || \ cp -p $$file "$(distdir)/$$relfile"; \ else :; fi; \ done; \ done mostlyclean-aminfo: -rm -rf gnutls.t2d gnutls.t2p gnutls-guile.t2d gnutls-guile.t2p clean-aminfo: -test -z "gnutls.dvi gnutls.pdf gnutls.ps gnutls.html gnutls-guile.dvi \ gnutls-guile.pdf gnutls-guile.ps gnutls-guile.html" \ || rm -rf gnutls.dvi gnutls.pdf gnutls.ps gnutls.html gnutls-guile.dvi \ gnutls-guile.pdf gnutls-guile.ps gnutls-guile.html maintainer-clean-aminfo: @list='$(INFO_DEPS)'; for i in $$list; do \ i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ done install-htmlDATA: $(html_DATA) @$(NORMAL_INSTALL) @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ done uninstall-htmlDATA: @$(NORMAL_UNINSTALL) @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir) install-infoimagesDATA: $(infoimages_DATA) @$(NORMAL_INSTALL) @list='$(infoimages_DATA)'; test -n "$(infoimagesdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(infoimagesdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(infoimagesdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infoimagesdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(infoimagesdir)" || exit $$?; \ done uninstall-infoimagesDATA: @$(NORMAL_UNINSTALL) @list='$(infoimages_DATA)'; test -n "$(infoimagesdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(infoimagesdir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-info check-am: all-am check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive all-am: Makefile $(INFO_DEPS) $(DATA) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(htmldir)" "$(DESTDIR)$(infoimagesdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-recursive clean-am: clean-aminfo clean-generic clean-libtool clean-local \ mostlyclean-am distclean: distclean-recursive -rm -f ./$(DEPDIR)/alert-printlist.Po -rm -f ./$(DEPDIR)/common.Po -rm -f ./$(DEPDIR)/errcodes.Po -rm -f ./$(DEPDIR)/printlist.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: $(DVIS) html: html-recursive html-am: $(HTMLS) info: info-recursive info-am: $(INFO_DEPS) install-data-am: install-htmlDATA install-info-am \ install-infoimagesDATA install-dvi: install-dvi-recursive install-dvi-am: $(DVIS) @$(NORMAL_INSTALL) @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \ $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \ done install-exec-am: install-html: install-html-recursive install-html-am: $(HTMLS) @$(NORMAL_INSTALL) @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ $(am__strip_dir) \ d2=$$d$$p; \ if test -d "$$d2"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \ $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ else \ list2="$$list2 $$d2"; \ fi; \ done; \ test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ done; } install-info: install-info-recursive install-info-am: $(INFO_DEPS) @$(NORMAL_INSTALL) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \ $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \ fi; \ for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ esac; \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ if test -f $$ifile; then \ echo "$$ifile"; \ else : ; fi; \ done; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done @$(POST_INSTALL) @if $(am__can_run_installinfo); then \ list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ done; \ else : ; fi install-man: install-pdf: install-pdf-recursive install-pdf-am: $(PDFS) @$(NORMAL_INSTALL) @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done install-ps: install-ps-recursive install-ps-am: $(PSS) @$(NORMAL_INSTALL) @list='$(PSS)'; test -n "$(psdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f ./$(DEPDIR)/alert-printlist.Po -rm -f ./$(DEPDIR)/common.Po -rm -f ./$(DEPDIR)/errcodes.Po -rm -f ./$(DEPDIR)/printlist.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-1 \ maintainer-clean-aminfo maintainer-clean-generic \ maintainer-clean-vti mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-1 mostlyclean-aminfo mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool mostlyclean-vti pdf: pdf-recursive pdf-am: $(PDFS) ps: ps-recursive ps-am: $(PSS) uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-htmlDATA \ uninstall-info-am uninstall-infoimagesDATA uninstall-pdf-am \ uninstall-ps-am .MAKE: $(am__recursive_targets) all check install install-am \ install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--depfiles check check-am clean clean-aminfo clean-generic \ clean-libtool clean-local cscopelist-am ctags ctags-am \ dist-info distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-htmlDATA \ install-info install-info-am install-infoimagesDATA \ install-man install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs installdirs-am maintainer-clean maintainer-clean-1 \ maintainer-clean-aminfo maintainer-clean-generic \ maintainer-clean-vti mostlyclean mostlyclean-1 \ mostlyclean-aminfo mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool mostlyclean-vti pdf pdf-am ps ps-am tags \ tags-am uninstall uninstall-am uninstall-dvi-am \ uninstall-html-am uninstall-htmlDATA uninstall-info-am \ uninstall-infoimagesDATA uninstall-pdf-am uninstall-ps-am .PRECIOUS: Makefile -include $(top_srcdir)/doc/doc.mk invoke-gnutls-cli.texi: $(top_srcdir)/src/cli-args.def PATH="$(top_builddir)/src/$(PATH_SEPARATOR)$${PATH}$(PATH_SEPARATOR)" $(AUTOGEN) -L$(top_builddir)/src -Tagtexi-cmd.tpl $<; \ if [ ! -e $@ ]; then \ cp $(srcdir)/$@ .; \ fi; \ $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \ mv -f $@.tmp $@ invoke-gnutls-cli-debug.texi: $(top_srcdir)/src/cli-debug-args.def invoke-gnutls-cli.texi PATH="$(top_builddir)/src/$(PATH_SEPARATOR)$${PATH}$(PATH_SEPARATOR)" $(AUTOGEN) -L$(top_builddir)/src -Tagtexi-cmd.tpl $<; \ if [ ! -e $@ ]; then \ cp $(srcdir)/$@ .; \ fi; \ $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \ mv -f $@.tmp $@ invoke-gnutls-serv.texi: $(top_srcdir)/src/serv-args.def invoke-gnutls-cli-debug.texi PATH="$(top_builddir)/src/$(PATH_SEPARATOR)$${PATH}$(PATH_SEPARATOR)" $(AUTOGEN) -L$(top_builddir)/src -Tagtexi-cmd.tpl $<; \ if [ ! -e $@ ]; then \ cp $(srcdir)/$@ .; \ fi; \ $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \ mv -f $@.tmp $@ invoke-certtool.texi: $(top_srcdir)/src/certtool-args.def invoke-gnutls-serv.texi PATH="$(top_builddir)/src/$(PATH_SEPARATOR)$${PATH}$(PATH_SEPARATOR)" $(AUTOGEN) -L$(top_builddir)/src -Tagtexi-cmd.tpl $<; \ if [ ! -e $@ ]; then \ cp $(srcdir)/$@ .; \ fi; \ $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \ rm -f $@ && \ $(SED) -e 's/@subheading/@subsubheading/g' \ -e 's/@section/@subsection/g' $@.tmp > $@ && \ rm -f $@.tmp invoke-ocsptool.texi: $(top_srcdir)/src/ocsptool-args.def invoke-certtool.texi PATH="$(top_builddir)/src/$(PATH_SEPARATOR)$${PATH}$(PATH_SEPARATOR)" $(AUTOGEN) -L$(top_builddir)/src -Tagtexi-cmd.tpl $<; \ if [ ! -e $@ ]; then \ cp $(srcdir)/$@ .; \ fi; \ $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \ rm -f $@ && \ $(SED) -e 's/@subheading/@subsubheading/g' \ -e 's/@section/@subsection/g' $@.tmp > $@ && \ rm -f $@.tmp invoke-danetool.texi: $(top_srcdir)/src/danetool-args.def invoke-ocsptool.texi PATH="$(top_builddir)/src/$(PATH_SEPARATOR)$${PATH}$(PATH_SEPARATOR)" $(AUTOGEN) -L$(top_builddir)/src -Tagtexi-cmd.tpl $<; \ if [ ! -e $@ ]; then \ cp $(srcdir)/$@ .; \ fi; \ $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \ rm -f $@ && \ $(SED) -e 's/@subheading/@subsubheading/g' \ -e 's/@section/@subsection/g' $@.tmp > $@ && \ rm -f $@.tmp invoke-srptool.texi: $(top_srcdir)/src/srptool-args.def invoke-danetool.texi PATH="$(top_builddir)/src/$(PATH_SEPARATOR)$${PATH}$(PATH_SEPARATOR)" $(AUTOGEN) -L$(top_builddir)/src -Tagtexi-cmd.tpl $<; \ if [ ! -e $@ ]; then \ cp $(srcdir)/$@ .; \ fi; \ $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \ rm -f $@ && \ $(SED) -e 's/@subheading/@subsubheading/g' \ -e 's/@section/@subsubsection/g' $@.tmp > $@ && \ rm -f $@.tmp invoke-psktool.texi: $(top_srcdir)/src/psktool-args.def invoke-srptool.texi PATH="$(top_builddir)/src/$(PATH_SEPARATOR)$${PATH}$(PATH_SEPARATOR)" $(AUTOGEN) -L$(top_builddir)/src -Tagtexi-cmd.tpl $<; \ if [ ! -e $@ ]; then \ cp $(srcdir)/$@ .; \ fi; \ $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \ rm -f $@ && \ $(SED) -e 's/@subheading/@subsubheading/g' \ -e 's/@section/@subsubsection/g' $@.tmp > $@ && \ rm -f $@.tmp invoke-p11tool.texi: $(top_srcdir)/src/p11tool-args.def invoke-psktool.texi PATH="$(top_builddir)/src/$(PATH_SEPARATOR)$${PATH}$(PATH_SEPARATOR)" $(AUTOGEN) -L$(top_builddir)/src -Tagtexi-cmd.tpl $<; \ if [ ! -e $@ ]; then \ cp $(srcdir)/$@ .; \ fi; \ $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \ rm -f $@ && \ $(SED) \ -e 's/@subsection/@subsubheading/g' \ -e 's/@section/@subsection/g' $@.tmp > $@ && \ rm -f $@.tmp invoke-tpmtool.texi: $(top_srcdir)/src/tpmtool-args.def invoke-p11tool.texi PATH="$(top_builddir)/src/$(PATH_SEPARATOR)$${PATH}$(PATH_SEPARATOR)" $(AUTOGEN) -L$(top_builddir)/src -Tagtexi-cmd.tpl $<; \ if [ ! -e $@ ]; then \ cp $(srcdir)/$@ .; \ fi; \ $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \ rm -f $@ && \ $(SED) \ -e 's/@subsection/@subsubheading/g' \ -e 's/@section/@subsection/g' $@.tmp > $@ && \ rm -f $@.tmp clean-local: -rm -f stamp_enums stamp_functions -rm -rf functions/ enums/ -rm -f $(API_FILES) gnutls-api.texi: $(top_srcdir)/lib/includes/gnutls/gnutls.h.in echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \ echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp && \ echo "ok"; \ done mv -f $@-tmp $@ socket-api.texi: $(top_srcdir)/lib/includes/gnutls/socket.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \ echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp && \ echo "ok"; \ done mv -f $@-tmp $@ dane-api.texi: $(top_srcdir)/libdane/includes/gnutls/dane.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \ echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp && \ echo "ok"; \ done mv -f $@-tmp $@ x509-api.texi: $(top_srcdir)/lib/includes/gnutls/x509.h $(top_srcdir)/lib/includes/gnutls/x509-ext.h echo "" > $@-tmp cat $^ > $@-tmp2 for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $@-tmp2 |sort |uniq`; do \ echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp && \ echo "ok"; \ done rm -f $@-tmp2 mv -f $@-tmp $@ pkcs12-api.texi: $(top_srcdir)/lib/includes/gnutls/pkcs12.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \ echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_X509_SOURCE_FILES) >> $@-tmp && \ echo "ok"; \ done mv -f $@-tmp $@ pkcs11-api.texi: $(top_srcdir)/lib/includes/gnutls/pkcs11.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \ echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp && \ echo "ok"; \ done mv -f $@-tmp $@ pkcs7-api.texi: $(top_srcdir)/lib/includes/gnutls/pkcs7.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \ echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_X509_SOURCE_FILES) >> $@-tmp && \ echo "ok"; \ done mv -f $@-tmp $@ tpm-api.texi: $(top_srcdir)/lib/includes/gnutls/tpm.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \ echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp && \ echo "ok"; \ done mv -f $@-tmp $@ abstract-api.texi: $(top_srcdir)/lib/includes/gnutls/abstract.h $(top_srcdir)/lib/includes/gnutls/urls.h $(top_srcdir)/lib/includes/gnutls/system-keys.h echo "" > $@-tmp cat $^ >$@-headers-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $@-headers-tmp |sort|uniq`; do \ echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp && \ echo "ok"; \ done rm -f $@-headers-tmp mv -f $@-tmp $@ compat-api.texi: $(top_srcdir)/lib/includes/gnutls/compat.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \ echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp && \ echo "ok"; \ done mv -f $@-tmp $@ dtls-api.texi: $(top_srcdir)/lib/includes/gnutls/dtls.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \ echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp && \ echo "ok"; \ done mv -f $@-tmp $@ crypto-api.texi: $(top_srcdir)/lib/includes/gnutls/crypto.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \ echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp && \ echo "ok"; \ done mv -f $@-tmp $@ ocsp-api.texi: $(top_srcdir)/lib/includes/gnutls/ocsp.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \ echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_X509_SOURCE_FILES) >> $@-tmp && \ echo "ok"; \ done mv -f $@-tmp $@ error_codes.texi: $(top_srcdir)/lib/errors.c $(srcdir)/errcodes.c $(MAKE) $(builddir)/errcodes $(builddir)/errcodes > $@-tmp mv -f $@-tmp $@ algorithms.texi: $(top_srcdir)/lib/algorithms/ciphers.c $(srcdir)/printlist.c $(MAKE) $(builddir)/printlist $(builddir)/printlist > $@-tmp mv -f $@-tmp $@ alerts.texi: $(top_srcdir)/lib/alert.c $(srcdir)/alert-printlist.c $(MAKE) $(builddir)/alert-printlist $(builddir)/alert-printlist > $@-tmp mv -f $@-tmp $@ enums.texi: $(HEADER_FILES) echo "" > $@-tmp for i in $^; do \ echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo $$i >> $@-tmp && \ echo "ok"; \ done mv -f $@-tmp $@ stamp_functions: $(API_FILES) -mkdir functions -rm -f functions/*.short for i in $^; do \ $(srcdir)/scripts/split-texi.pl functions < $$i; \ done $(SED) -i 's/\@anchor{.*//g' functions/* $(SED) -i 's/\@subheading.*//g' functions/* cd functions && for i in *;do grep ^"@deftypefun" $$i | $(SED) 's/@deftypefun/@item/g;s/ {/ @var{/;s/ {/ @ref{/' > ../functions/$$i.short;done echo $@ > $@ stamp_enums: enums.texi -mkdir enums $(srcdir)/scripts/split-texi.pl enums enum < $< echo $@ > $@ $(ENUMS): stamp_enums $(FUNCS): stamp_functions compare-exported: rm -f tmp-exp-$@ tmp-head-$@ for i in $(top_srcdir)/libdane/includes/gnutls/*.h $(top_srcdir)/lib/includes/gnutls/*.h $(top_builddir)/lib/includes/gnutls/*.h;do perl $(srcdir)/scripts/getfuncs.pl <$$i >>tmp-head-$@;done sort -u tmp-head-$@ > tmp2-head-$@ mv tmp2-head-$@ tmp-head-$@ $(srcdir)/scripts/getfuncs-map.pl <$(top_srcdir)/lib/libgnutls.map >tmp-exp-$@ $(srcdir)/scripts/getfuncs-map.pl <$(top_srcdir)/libdane/libdane.map >>tmp-exp-$@ sort -u tmp-exp-$@ > tmp2-exp-$@ mv tmp2-exp-$@ tmp-exp-$@ @echo "******************************************************************************" @echo "If the following step fails there is a symbol in headers that is not exported or vice-versa" @echo "******************************************************************************" diff -u tmp-exp-$@ tmp-head-$@ rm -f tmp-exp-$@ tmp-head-$@ compare-makefile: enums.texi @echo "******************************************************************************" @echo "If the following step fails use 'make files-update'" @echo "******************************************************************************" ENUMS=`grep '^@c ' $< | $(SED) 's/@c //g' | sort -d`; \ STR=""; \ for i in $$ENUMS; do \ STR="$$STR\nENUMS += enums/$$i"; \ done; \ grep -v -e '^ENUMS += ' $(srcdir)/Makefile.am | \ perl -p -e "s,^ENUMS =,ENUMS =$$STR," > tmp-$@; \ diff -u $(srcdir)/Makefile.am tmp-$@ >/dev/null rm -f tmp-$@ FUNCS=`cat $(HEADER_FILES) | $(top_srcdir)/doc/scripts/getfuncs.pl|sort -d|uniq`; \ MANS=""; \ for i in $$FUNCS; do \ MANS="$$MANS\nFUNCS += functions/$$i\nFUNCS += functions/$$i.short"; \ done; \ grep -v -e '^FUNCS += ' $(srcdir)/Makefile.am > tmp-$@; \ echo "\"s,^FUNCS =,FUNCS =$$MANS,\" -i tmp-$@"|xargs $(SED) @echo "******************************************************************************" @echo "If the following step fails use 'make files-update'" @echo "******************************************************************************" diff -u $(srcdir)/Makefile.am tmp-$@ >/dev/null rm -f tmp-$@ .PHONY: compare-makefile compare-exported #core.c.texi: $(top_srcdir)/guile/src/core.c # $(MAKE) -C ../guile/src built-sources && \ # $(GUILE_FOR_BUILD) -l "$(srcdir)/extract-guile-c-doc.scm" \ # -e '(apply main (cdr (command-line)))' \ # -- "$^" "$(CPP)" "$(SNARF_CPPFLAGS) $(CPPFLAGS)" \ # > "$@" core.c.texi: echo "(Guile not available, documentation not generated.)" > $@ gnutls.xml: epub.texi makeinfo --docbook $< $(SED) -i 's/\&\#8226;//g' $@ gnutls.epub: gnutls.xml dbtoepub $< -epub-fix --delete-unmanifested gnutls.epub # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: