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

« back to all changes in this revision

Viewing changes to library/compare_name.c

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-04-28 23:15:24 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20120428231524-7xkkedz5ci6lqt9x
Tags: 10.6-1
* Update to Globus Toolkit 5.2.1
* Drop patches globus-gssapi-gsi-deps.patch, globus-gssapi-gsi-format.patch
  and globus-gssapi-gsi-doxygen.patch (fixed upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 * @author Sam Meder, Sam Lang
22
22
 *
23
23
 * $RCSfile: compare_name.c,v $
24
 
 * $Revision: 1.30 $
25
 
 * $Date: 2008/11/21 15:04:49 $
 
24
 * $Revision: 1.30.42.1 $
 
25
 * $Date: 2012/02/13 14:44:54 $
26
26
 */
27
27
#endif
28
28
 
29
 
static char *rcsid = "$Id: compare_name.c,v 1.30 2008/11/21 15:04:49 bester Exp $";
 
29
static char *rcsid = "$Id: compare_name.c,v 1.30.42.1 2012/02/13 14:44:54 bester Exp $";
30
30
 
31
31
#include "gssapi_openssl.h"
32
32
#include "globus_i_gsi_gss_utils.h"