X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Fptlrpc%2Fgss%2Fgss_krb5.h;h=01edf1574563c2997e776f86c6d18f4af95c3136;hb=3120c92d0581d884d29f428dbf8eb9d7dfab97b0;hp=7456cfa0bd53a025cc45281099a4701a1458e511;hpb=0f8dca08a4f68cba82c2c822998ecc309d3b7aaf;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/gss/gss_krb5.h b/lustre/ptlrpc/gss/gss_krb5.h index 7456cfa..01edf15 100644 --- a/lustre/ptlrpc/gss/gss_krb5.h +++ b/lustre/ptlrpc/gss/gss_krb5.h @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * Modifications for Lustre * * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. @@ -76,8 +74,8 @@ struct krb5_header { }; struct krb5_keyblock { - rawobj_t kb_key; - struct ll_crypto_cipher *kb_tfm; + rawobj_t kb_key; + struct crypto_blkcipher *kb_tfm; }; struct krb5_ctx {