Skip to content
Snippets Groups Projects
Select Git revision
  • e9aaddff404e5b5a734e40b71d25848c1a61a464
  • master default
  • dbck-q-n-d-link
  • foutput-text_stat-override
  • generations
  • text-stat-sha256
  • use-nettle
  • import-nettle
  • refactor-cached_get_text
  • refactor-cached_get_text-part-2
  • add-text_store
  • introduce-generation_position
  • remove-reclamation
  • dbfile-temp-filenames
  • sstrdup
  • dbfile_open_read-check-magic
  • adns_dist
  • liboop_dist
  • search
  • isc
  • dbdbckmultiplechoice
  • last.cvs.revision
  • 2.1.2
  • 2.1.1
  • 2.1.0
  • adns_1_0
  • liboop_0_9
  • 2.0.7
  • search_bp
  • 2.0.6
  • 2.0.5
  • isc_1_01
  • Protocol-A-10.4
  • 2.0.4
  • 2.0.3
  • 2.0.2
  • 2.0.1
  • 2.0.0
  • isc_1_00
  • isc_merge_1999_05_01
  • isc_merge_1999_04_21
41 results

async.h

Blame
  • hogweed.pc.in 590 B
    prefix=@prefix@
    exec_prefix=@exec_prefix@
    libdir=@libdir@
    includedir=@includedir@
    
    # Uses Requires.private and Libs.private, under the assumption that
    # when using shared libraries, the ELF dependencies from libhogweed.so
    # to nettle and gmp work.
    
    Name: Hogweed
    Description: Nettle low-level cryptographic library (public-key algorithms)
    URL: http://www.lysator.liu.se/~nisse/nettle
    Version: @PACKAGE_VERSION@
    Requires: @IF_NOT_SHARED@ nettle
    Requires.private: @IF_SHARED@ nettle
    Libs: -L${libdir} -lhogweed @IF_NOT_SHARED@ @LIBS@
    Libs.private: @IF_SHARED@ @LIBS@
    Cflags: -I${includedir}