OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-89-g696e1c0
Gerrit Code Review
gerrit@openafs.org
Mon, 13 Sep 2010 15:18:05 -0700 (PDT)
The following commit has been merged in the master branch:
commit 696e1c015eeef259451c101813b9e930e402cb49
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Mon Sep 6 09:37:23 2010 +0100
aklog: Fix weak_crypto tests
The tests for the various ways of enabling weak cryptography fail
with current Heimdal master, because it defines krb5_allow_weak_crypto
but does not prototype it.
Fix this by testing for the Heimdal version (which MIT does not provide)
first, and only if that's not available, try to use allow_weak_crypto.
Change-Id: I559d5fd40c196fefc947dd0f7b10ed78fbd2c7e6
Reviewed-on: http://gerrit.openafs.org/2739
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/aklog/aklog.c | 6 +++---
src/aklog/klog.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository