svn rev #22460: trunk/src/

tsitkova@MIT.EDU tsitkova at MIT.EDU
Tue Jul 28 12:21:19 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22460
Commit By: tsitkova
Log Message:
Crypto Modularity proj: Added an option --with-crypto-impl to configure.in to specify crypto impl.



Changed Files:
U   trunk/src/configure.in
Modified: trunk/src/configure.in
===================================================================
--- trunk/src/configure.in	2009-07-28 10:29:38 UTC (rev 22459)
+++ trunk/src/configure.in	2009-07-28 16:21:19 UTC (rev 22460)
@@ -115,6 +115,16 @@
 	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




More information about the cvs-krb5 mailing list