Diff for /embedaddon/strongswan/src/libstrongswan/Makefile.in between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2020/06/03 09:46:43 version 1.1.1.2, 2021/03/17 00:20:08
Line 340  am__libstrongswan_la_SOURCES_DIST = library.c asn1/asn Line 340  am__libstrongswan_la_SOURCES_DIST = library.c asn1/asn
         asn1/asn1_parser.c asn1/oid.c bio/bio_reader.c \          asn1/asn1_parser.c asn1/oid.c bio/bio_reader.c \
         bio/bio_writer.c collections/blocking_queue.c \          bio/bio_writer.c collections/blocking_queue.c \
         collections/enumerator.c collections/hashtable.c \          collections/enumerator.c collections/hashtable.c \
        collections/array.c collections/linked_list.c \        collections/hashlist.c collections/array.c \
        crypto/crypters/crypter.c crypto/drbgs/drbg.c \        collections/linked_list.c crypto/crypters/crypter.c \
        crypto/hashers/hasher.c crypto/hashers/hash_algorithm_set.c \        crypto/drbgs/drbg.c crypto/hashers/hasher.c \
        crypto/proposal/proposal.c crypto/proposal/proposal_keywords.c \        crypto/hashers/hash_algorithm_set.c crypto/proposal/proposal.c \
         crypto/proposal/proposal_keywords.c \
         crypto/proposal/proposal_keywords_static.c crypto/prfs/prf.c \          crypto/proposal/proposal_keywords_static.c crypto/prfs/prf.c \
         crypto/prfs/mac_prf.c crypto/pkcs5.c crypto/rngs/rng.c \          crypto/prfs/mac_prf.c crypto/pkcs5.c crypto/rngs/rng.c \
         crypto/rngs/rng_tester.c crypto/prf_plus.c \          crypto/rngs/rng_tester.c crypto/prf_plus.c \
Line 430  am_libstrongswan_la_OBJECTS = library.lo asn1/asn1.lo  Line 431  am_libstrongswan_la_OBJECTS = library.lo asn1/asn1.lo 
         asn1/asn1_parser.lo asn1/oid.lo bio/bio_reader.lo \          asn1/asn1_parser.lo asn1/oid.lo bio/bio_reader.lo \
         bio/bio_writer.lo collections/blocking_queue.lo \          bio/bio_writer.lo collections/blocking_queue.lo \
         collections/enumerator.lo collections/hashtable.lo \          collections/enumerator.lo collections/hashtable.lo \
        collections/array.lo collections/linked_list.lo \        collections/hashlist.lo collections/array.lo \
        crypto/crypters/crypter.lo crypto/drbgs/drbg.lo \        collections/linked_list.lo crypto/crypters/crypter.lo \
        crypto/hashers/hasher.lo crypto/hashers/hash_algorithm_set.lo \        crypto/drbgs/drbg.lo crypto/hashers/hasher.lo \
         crypto/hashers/hash_algorithm_set.lo \
         crypto/proposal/proposal.lo \          crypto/proposal/proposal.lo \
         crypto/proposal/proposal_keywords.lo \          crypto/proposal/proposal_keywords.lo \
         crypto/proposal/proposal_keywords_static.lo crypto/prfs/prf.lo \          crypto/proposal/proposal_keywords_static.lo crypto/prfs/prf.lo \
Line 562  am__nobase_strongswan_include_HEADERS_DIST = library.h Line 564  am__nobase_strongswan_include_HEADERS_DIST = library.h
         asn1/asn1_parser.h asn1/oid.h bio/bio_reader.h \          asn1/asn1_parser.h asn1/oid.h bio/bio_reader.h \
         bio/bio_writer.h collections/blocking_queue.h \          bio/bio_writer.h collections/blocking_queue.h \
         collections/enumerator.h collections/hashtable.h \          collections/enumerator.h collections/hashtable.h \
        collections/linked_list.h collections/array.h \        collections/hashtable_profiler.h collections/linked_list.h \
        collections/dictionary.h crypto/crypters/crypter.h \        collections/array.h collections/dictionary.h \
        crypto/drbgs/drbg.h crypto/hashers/hasher.h \        crypto/crypters/crypter.h crypto/drbgs/drbg.h \
        crypto/hashers/hash_algorithm_set.h crypto/mac.h \        crypto/hashers/hasher.h crypto/hashers/hash_algorithm_set.h \
        crypto/proposal/proposal.h crypto/proposal/proposal_keywords.h \        crypto/mac.h crypto/proposal/proposal.h \
         crypto/proposal/proposal_keywords.h \
         crypto/proposal/proposal_keywords_static.h crypto/rngs/rng.h \          crypto/proposal/proposal_keywords_static.h crypto/rngs/rng.h \
         crypto/rngs/rng_tester.h crypto/prfs/prf.h \          crypto/rngs/rng_tester.h crypto/prfs/prf.h \
         crypto/prfs/mac_prf.h crypto/nonce_gen.h crypto/prf_plus.h \          crypto/prfs/mac_prf.h crypto/nonce_gen.h crypto/prf_plus.h \
Line 746  FUZZING_CFLAGS = @FUZZING_CFLAGS@ Line 749  FUZZING_CFLAGS = @FUZZING_CFLAGS@
 FUZZING_LDFLAGS = @FUZZING_LDFLAGS@  FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
 GEM = @GEM@  GEM = @GEM@
 GENHTML = @GENHTML@  GENHTML = @GENHTML@
   GIT_VERSION = @GIT_VERSION@
 GPERF = @GPERF@  GPERF = @GPERF@
 GPERF_LEN_TYPE = @GPERF_LEN_TYPE@  GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
 GPRBUILD = @GPRBUILD@  GPRBUILD = @GPRBUILD@
Line 958  ipseclib_LTLIBRARIES = libstrongswan.la Line 962  ipseclib_LTLIBRARIES = libstrongswan.la
 libstrongswan_la_SOURCES = library.c asn1/asn1.c asn1/asn1_parser.c \  libstrongswan_la_SOURCES = library.c asn1/asn1.c asn1/asn1_parser.c \
         asn1/oid.c bio/bio_reader.c bio/bio_writer.c \          asn1/oid.c bio/bio_reader.c bio/bio_writer.c \
         collections/blocking_queue.c collections/enumerator.c \          collections/blocking_queue.c collections/enumerator.c \
        collections/hashtable.c collections/array.c \        collections/hashtable.c collections/hashlist.c \
        collections/linked_list.c crypto/crypters/crypter.c \        collections/array.c collections/linked_list.c \
        crypto/drbgs/drbg.c crypto/hashers/hasher.c \        crypto/crypters/crypter.c crypto/drbgs/drbg.c \
        crypto/hashers/hash_algorithm_set.c crypto/proposal/proposal.c \        crypto/hashers/hasher.c crypto/hashers/hash_algorithm_set.c \
        crypto/proposal/proposal_keywords.c \        crypto/proposal/proposal.c crypto/proposal/proposal_keywords.c \
         crypto/proposal/proposal_keywords_static.c crypto/prfs/prf.c \          crypto/proposal/proposal_keywords_static.c crypto/prfs/prf.c \
         crypto/prfs/mac_prf.c crypto/pkcs5.c crypto/rngs/rng.c \          crypto/prfs/mac_prf.c crypto/pkcs5.c crypto/rngs/rng.c \
         crypto/rngs/rng_tester.c crypto/prf_plus.c \          crypto/rngs/rng_tester.c crypto/prf_plus.c \
Line 1024  settings/settings_types.h Line 1028  settings/settings_types.h
 @USE_DEV_HEADERS_TRUE@library.h \  @USE_DEV_HEADERS_TRUE@library.h \
 @USE_DEV_HEADERS_TRUE@asn1/asn1.h asn1/asn1_parser.h asn1/oid.h bio/bio_reader.h bio/bio_writer.h \  @USE_DEV_HEADERS_TRUE@asn1/asn1.h asn1/asn1_parser.h asn1/oid.h bio/bio_reader.h bio/bio_writer.h \
 @USE_DEV_HEADERS_TRUE@collections/blocking_queue.h collections/enumerator.h collections/hashtable.h \  @USE_DEV_HEADERS_TRUE@collections/blocking_queue.h collections/enumerator.h collections/hashtable.h \
   @USE_DEV_HEADERS_TRUE@collections/hashtable_profiler.h \
 @USE_DEV_HEADERS_TRUE@collections/linked_list.h collections/array.h collections/dictionary.h \  @USE_DEV_HEADERS_TRUE@collections/linked_list.h collections/array.h collections/dictionary.h \
 @USE_DEV_HEADERS_TRUE@crypto/crypters/crypter.h crypto/drbgs/drbg.h crypto/hashers/hasher.h \  @USE_DEV_HEADERS_TRUE@crypto/crypters/crypter.h crypto/drbgs/drbg.h crypto/hashers/hasher.h \
 @USE_DEV_HEADERS_TRUE@crypto/hashers/hash_algorithm_set.h crypto/mac.h crypto/proposal/proposal.h \  @USE_DEV_HEADERS_TRUE@crypto/hashers/hash_algorithm_set.h crypto/mac.h crypto/proposal/proposal.h \
Line 1301  collections/enumerator.lo: collections/$(am__dirstamp) Line 1306  collections/enumerator.lo: collections/$(am__dirstamp)
         collections/$(DEPDIR)/$(am__dirstamp)          collections/$(DEPDIR)/$(am__dirstamp)
 collections/hashtable.lo: collections/$(am__dirstamp) \  collections/hashtable.lo: collections/$(am__dirstamp) \
         collections/$(DEPDIR)/$(am__dirstamp)          collections/$(DEPDIR)/$(am__dirstamp)
   collections/hashlist.lo: collections/$(am__dirstamp) \
           collections/$(DEPDIR)/$(am__dirstamp)
 collections/array.lo: collections/$(am__dirstamp) \  collections/array.lo: collections/$(am__dirstamp) \
         collections/$(DEPDIR)/$(am__dirstamp)          collections/$(DEPDIR)/$(am__dirstamp)
 collections/linked_list.lo: collections/$(am__dirstamp) \  collections/linked_list.lo: collections/$(am__dirstamp) \
Line 1857  distclean-compile: Line 1864  distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@collections/$(DEPDIR)/array.Plo@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@collections/$(DEPDIR)/array.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@collections/$(DEPDIR)/blocking_queue.Plo@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@collections/$(DEPDIR)/blocking_queue.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@collections/$(DEPDIR)/enumerator.Plo@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@collections/$(DEPDIR)/enumerator.Plo@am__quote@
   @AMDEP_TRUE@@am__include@ @am__quote@collections/$(DEPDIR)/hashlist.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@collections/$(DEPDIR)/hashtable.Plo@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@collections/$(DEPDIR)/hashtable.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@collections/$(DEPDIR)/linked_list.Plo@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@collections/$(DEPDIR)/linked_list.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@credentials/$(DEPDIR)/auth_cfg.Plo@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@credentials/$(DEPDIR)/auth_cfg.Plo@am__quote@

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>