Print this page
first pass

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/gssapi/mechs/krb5/mech/unseal.c
          +++ new/usr/src/uts/common/gssapi/mechs/krb5/mech/unseal.c
   1      -/* EXPORT DELETE START */
   2      -
   3    1  /*
   4    2   * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
   5    3   * Use is subject to license terms.
   6    4   */
   7    5  
   8    6  
   9    7  /*
  10    8   * Copyright 1993 by OpenVision Technologies, Inc.
  11    9   * 
  12   10   * Permission to use, copy, modify, distribute, and sell this software
↓ open down ↓ 64 lines elided ↑ open up ↑
  77   75      int                 qstate;
  78   76  
  79   77      rstat = kg_unseal(minor_status, context_handle,
  80   78                        input_message_buffer, output_message_buffer,
  81   79                        conf_state, &qstate, KG_TOK_WRAP_MSG);
  82   80      if (!rstat && qop_state)
  83   81          *qop_state = (gss_qop_t) qstate;
  84   82      return(rstat);
  85   83  #endif
  86   84  }
  87      -
  88      -/* EXPORT DELETE END */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX