Print this page
first pass

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/gssapi/mechs/krb5/mech/seal.c
          +++ new/usr/src/uts/common/gssapi/mechs/krb5/mech/seal.c
   1      -/* EXPORT DELETE START */
   2      -
   3    1  /*
   4    2   * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
   5    3   * Use is subject to license terms.
   6    4   */
   7    5  
   8    6  #pragma ident   "%Z%%M% %I%     %E% SMI"
   9    7  
  10    8  /*
  11    9   * Copyright 1993 by OpenVision Technologies, Inc.
  12   10   * 
↓ open down ↓ 71 lines elided ↑ open up ↑
  84   82      gss_buffer_t        output_message_buffer;
  85   83  {
  86   84  #ifdef  KRB5_NO_PRIVACY
  87   85       return (GSS_S_FAILURE);
  88   86  #else
  89   87       return(kg_seal(minor_status, context_handle, conf_req_flag,
  90   88                     (int) qop_req, input_message_buffer, conf_state,
  91   89                     output_message_buffer, KG_TOK_WRAP_MSG));
  92   90  #endif
  93   91  }
  94      -
  95      -/* EXPORT DELETE END */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX