~exarkun/pyopenssl/working-windows-build

« back to all changes in this revision

Viewing changes to src/crypto/x509name.c

  • Committer: Jean-Paul Calderone
  • Date: 2008-03-21 22:31:12 UTC
  • Revision ID: exarkun@boson-20080321223112-sqe5mpueheeap6bj
Put my copyright on everything I've changed so far, put a more reasonable version number on version.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * x509name.c
3
3
 *
4
4
 * Copyright (C) AB Strakt 2001, All rights reserved
 
5
 * Copyright (C) Jean-Paul Calderone 2008, All rights reserved
5
6
 *
6
7
 * X.509 Name handling, mostly thin wrapping.
7
8
 * See the file RATIONALE for a short explanation of why this module was written.
12
13
#define crypto_MODULE
13
14
#include "crypto.h"
14
15
 
15
 
static char *CVSid = "@(#) $Id: x509name.c,v 1.16 2003/01/09 17:08:32 martin Exp $";
16
 
 
17
 
 
18
16
/*
19
17
 * Constructor for X509Name, never called by Python code directly
20
18
 *