From 0479bee230a5fb18a7b1333dcf2678250241438f Mon Sep 17 00:00:00 2001 From: Zhanna Tsitkov Date: Tue, 28 Jul 2009 16:21:19 +0000 Subject: [PATCH] Crypto Modularity proj: Added an option --with-crypto-impl to configure.in to specify crypto impl git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22460 dc483132-0cff-0310-8789-dd5450dbe970 --- src/configure.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/configure.in b/src/configure.in index 94775f136..9556c949d 100644 --- a/src/configure.in +++ b/src/configure.in @@ -115,6 +115,16 @@ if test "$withval" = yes; then AC_DEFINE(KRBCONF_VAGUE_ERRORS,1,[Define if the KDC should return only vague error codes to clients]) fi dnl +dnl WITH_CRYPTO_IMPL +dnl +CRYPTO_IMPL="builtin" +AC_ARG_WITH([crypto-impl], +AC_HELP_STRING([--with-crypto-impl=IMPL], [use specified crypto implementation @<:@builtin@:>@]), +[CRYPTO_IMPL=$withval +AC_MSG_RESULT("k5crypto will use \'$withval\'") +], withval=builtin)dnl +AC_SUBST(CRYPTO_IMPL) +dnl dnl --with-kdc-kdb-update makes the KDC update the database with last request dnl information and failure information. dnl -- 2.26.2