~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/plugins/preauth/pkinit/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2009-05-07 16:16:34 UTC
  • mfrom: (13.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090507161634-xqyk0s9na0le4flj
Tags: 1.7dfsg~beta1-4
When  decrypting the TGS response fails with the subkey, try with the
session key to work around Heimdal bug, Closes: #527353 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
K5_AC_INIT(configure.in)
2
 
enable_shared=yes
3
 
build_dynobj=yes
4
 
CONFIG_RULES
5
 
AC_CHECK_HEADERS(unistd.h)
6
 
AC_TYPE_MODE_T
7
 
AC_TYPE_OFF_T
8
 
 
9
 
# XXX This is incorrect, but should cause -lcrypto to be included by default
10
 
AC_CHECK_LIB(crypto, PKCS7_get_signer_info)
11
 
 
12
 
KRB5_RUN_FLAGS
13
 
dnl The following is for check...
14
 
KRB5_BUILD_PROGRAM
15
 
KRB5_BUILD_LIBOBJS
16
 
KRB5_BUILD_LIBRARY_WITH_DEPS
17
 
V5_AC_OUTPUT_MAKEFILE