Changeset 94cb972 in mod_gnutls for src/Makefile.am


Ignore:
Timestamp:
May 29, 2016, 6:06:59 PM (7 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
Children:
20f8e99
Parents:
b674e95
Message:

Minimal OCSP stapling implementation using externally provided response

Works if the configured file contains a valid and current OCSP
response. Note that the module does not yet check those conditions,
the file is just read and forwarded to GnuTLS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    rb674e95 r94cb972  
    66endif
    77
    8 mod_gnutls_la_SOURCES = mod_gnutls.c gnutls_io.c gnutls_cache.c gnutls_config.c gnutls_hooks.c
     8mod_gnutls_la_SOURCES = mod_gnutls.c gnutls_io.c gnutls_cache.c \
     9        gnutls_config.c gnutls_hooks.c gnutls_ocsp.c
    910mod_gnutls_la_CFLAGS = -Wall ${MODULE_CFLAGS}
    1011mod_gnutls_la_LDFLAGS = -module -avoid-version ${MODULE_LIBS}
     12noinst_HEADERS = gnutls_ocsp.h
    1113
    1214apmodpkglib_LTLIBRARIES = mod_gnutls.la
Note: See TracChangeset for help on using the changeset viewer.