~ubuntu-branches/ubuntu/trusty/globus-gssapi-gsi/trusty

« back to all changes in this revision

Viewing changes to library/unwrap.c

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2011-12-27 15:18:29 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20111227151829-wtxfg8n50mup50fo
Tags: 10.2-1
* Update to Globus Toolkit 5.2.0
* Make doc package architecture independent

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
* @author Sam Lang, Sam Meder
21
21
*
22
22
* $RCSfile: unwrap.c,v $
23
 
* $Revision: 1.21.10.1 $
24
 
* $Date: 2010/02/19 21:18:50 $
 
23
* $Revision: 1.22 $
 
24
* $Date: 2010/02/19 21:23:03 $
25
25
*/
26
26
#endif
27
27
 
28
 
static char *rcsid = "$Id: unwrap.c,v 1.21.10.1 2010/02/19 21:18:50 bester Exp $";
 
28
static char *rcsid = "$Id: unwrap.c,v 1.22 2010/02/19 21:23:03 bester Exp $";
29
29
 
30
30
#include "gssapi.h"
31
31
#include "globus_i_gsi_gss_utils.h"