~exarkun/pyopenssl/working-windows-build

« back to all changes in this revision

Viewing changes to src/crypto/x509ext.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:
1
1
/*
2
2
 * x509ext.c
3
3
 *
 
4
 * Copyright (C) Jean-Paul Calderone 2008, All rights reserved
 
5
 *
4
6
 * Export X.509 extension functions and data structures.
5
7
 * See the file RATIONALE for a short explanation of why this module was written.
6
8
 *
11
13
#define crypto_MODULE
12
14
#include "crypto.h"
13
15
 
14
 
static char *CVSid = "@(#) $Id: x509ext.c,v 1.1 2002/07/09 13:34:46 martin Exp $";
15
 
 
16
16
static char crypto_X509Extension_get_critical_doc[] = "\n\
17
17
Returns the critical field of the X509Extension\n\
18
18
\n\