summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-10-13 16:07:23 +0000
committerGreg Hudson <ghudson@mit.edu>2011-10-13 16:07:23 +0000
commitc829ea8c9ac7ac866e6435ba99de90155c3cf144 (patch)
tree22c10c32c854b38049687963eb5c701f44193fcc /src/config
parentc9da1ad355e0ac07b35ecb1cb0d8aab570ae095a (diff)
downloadkrb5-c829ea8c9ac7ac866e6435ba99de90155c3cf144.tar.gz
krb5-c829ea8c9ac7ac866e6435ba99de90155c3cf144.tar.xz
krb5-c829ea8c9ac7ac866e6435ba99de90155c3cf144.zip
Add PKINIT NSS support
Add an implementation of PKINIT using NSS instead of OpenSSL, from nalin@redhat.com. ticket: 6975 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25327 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/pre.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/pre.in b/src/config/pre.in
index 01f102e62e..060aa8987d 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -439,6 +439,11 @@ TCL_INCLUDES = @TCL_INCLUDES@
CRYPTO_IMPL = @CRYPTO_IMPL@
PRNG_ALG = @PRNG_ALG@
+# Crypto back-end selection and flags for PKINIT
+PKINIT_CRYPTO_IMPL = @PKINIT_CRYPTO_IMPL@
+PKINIT_CRYPTO_IMPL_CFLAGS = @PKINIT_CRYPTO_IMPL_CFLAGS@
+PKINIT_CRYPTO_IMPL_LIBS = @PKINIT_CRYPTO_IMPL_LIBS@
+
# error table rules
#
### /* these are invoked as $(...) foo.et, which works, but could be better */