Changeset 3b83e00 in mod_gnutls


Ignore:
Timestamp:
Dec 8, 2007, 10:57:11 AM (15 years ago)
Author:
Nokis Mavrogiannopoulos <nmav@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
Children:
5e81262
Parents:
b077bdd
git-author:
Nikos Mavrogiannopoulos <nmav@…> (12/08/07 10:57:11)
git-committer:
Nokis Mavrogiannopoulos <nmav@…> (12/08/07 10:57:11)
Message:

RSA-EXPORT private keys and DH params no longer generated by default

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    rb077bdd r3b83e00  
    88                NOTICE LICENSE autogen.sh
    99
    10 SUBDIRS = src data
     10SUBDIRS = src
    1111ACLOCAL_AMFLAGS = -I m4
  • configure.ac

    rb077bdd r3b83e00  
    11dnl
    2 AC_INIT(mod_gnutls, 0.4.1)
     2AC_INIT(mod_gnutls, 0.4.2)
    33OOO_CONFIG_NICE(config.nice)
    44MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION
     
    4444AC_SUBST(MODULE_LIBS)
    4545
    46 AC_CONFIG_FILES([Makefile src/Makefile include/mod_gnutls.h data/Makefile])
     46AC_CONFIG_FILES([Makefile src/Makefile include/mod_gnutls.h])
    4747AC_OUTPUT
    4848
Note: See TracChangeset for help on using the changeset viewer.