summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SWIG/_bio.i2
-rw-r--r--SWIG/_dh.i2
-rw-r--r--SWIG/_dsa.i2
-rw-r--r--SWIG/_lib.i2
-rw-r--r--SWIG/_m2crypto.i4
-rw-r--r--SWIG/_pkcs7.i2
-rw-r--r--SWIG/_rand.i2
-rw-r--r--SWIG/_rc4.i2
-rw-r--r--SWIG/_rsa.i2
-rw-r--r--SWIG/_threads.i2
-rw-r--r--SWIG/_util.i2
-rw-r--r--tests/test_ssl.py2
12 files changed, 13 insertions, 13 deletions
diff --git a/SWIG/_bio.i b/SWIG/_bio.i
index 5669922..ee896fb 100644
--- a/SWIG/_bio.i
+++ b/SWIG/_bio.i
@@ -5,7 +5,7 @@
* Copyright (C) 2004-2005 OSAF. All Rights Reserved.
* Author: Heikki Toivonen
*/
-/* $Id: _bio.i,v 1.1 2003/06/22 17:30:52 ngps Exp $ */
+/* $Id$ */
%{
#include <openssl/bio.h>
diff --git a/SWIG/_dh.i b/SWIG/_dh.i
index 14e4e99..039cc27 100644
--- a/SWIG/_dh.i
+++ b/SWIG/_dh.i
@@ -1,5 +1,5 @@
/* Copyright (c) 1999 Ng Pheng Siong. All rights reserved. */
-/* $Id: _dh.i,v 1.1 2003/06/22 17:30:52 ngps Exp $ */
+/* $Id$ */
%{
#include <openssl/bn.h>
diff --git a/SWIG/_dsa.i b/SWIG/_dsa.i
index d01bac5..ec2665f 100644
--- a/SWIG/_dsa.i
+++ b/SWIG/_dsa.i
@@ -1,5 +1,5 @@
/* Copyright (c) 1999-2000 Ng Pheng Siong. All rights reserved. */
-/* $Id: _dsa.i,v 1.1 2003/06/22 17:30:52 ngps Exp $ */
+/* $Id$ */
%{
#include <openssl/bn.h>
diff --git a/SWIG/_lib.i b/SWIG/_lib.i
index 5fc9e9e..bc9860d 100644
--- a/SWIG/_lib.i
+++ b/SWIG/_lib.i
@@ -1,5 +1,5 @@
/* Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved. */
-/* $Id: _lib.i,v 1.4 2004/03/25 06:37:33 ngps Exp $ */
+/* $Id$ */
%{
#include <openssl/dh.h>
diff --git a/SWIG/_m2crypto.i b/SWIG/_m2crypto.i
index 146d73c..7b5d34f 100644
--- a/SWIG/_m2crypto.i
+++ b/SWIG/_m2crypto.i
@@ -4,12 +4,12 @@
* Portions created by Open Source Applications Foundation (OSAF) are
* Copyright (C) 2004-2005 OSAF. All Rights Reserved.
* Author: Heikki Toivonen
-/* $Id: _m2crypto.i,v 1.2 2003/10/26 13:19:14 ngps Exp $ */
+/* $Id$ */
%module _m2crypto
%{
-static char *RCS_id="$Id: _m2crypto.i,v 1.2 2003/10/26 13:19:14 ngps Exp $";
+static char *RCS_id="$Id$";
#include <openssl/err.h>
#include <openssl/rand.h>
diff --git a/SWIG/_pkcs7.i b/SWIG/_pkcs7.i
index bafde67..5a4f666 100644
--- a/SWIG/_pkcs7.i
+++ b/SWIG/_pkcs7.i
@@ -1,5 +1,5 @@
/* Copyright (c) 2000 Ng Pheng Siong. All rights reserved. */
-/* $Id: _pkcs7.i,v 1.2 2003/10/26 16:58:59 ngps Exp $ */
+/* $Id$ */
%{
#include <openssl/bio.h>
diff --git a/SWIG/_rand.i b/SWIG/_rand.i
index e9ef739..a8462b2 100644
--- a/SWIG/_rand.i
+++ b/SWIG/_rand.i
@@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved. */
-/* $Id: _rand.i,v 1.2 2004/04/06 07:27:35 ngps Exp $ */
+/* $Id$ */
%module _rand
diff --git a/SWIG/_rc4.i b/SWIG/_rc4.i
index e516767..3ad6dac 100644
--- a/SWIG/_rc4.i
+++ b/SWIG/_rc4.i
@@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Copyright (c) 1999 Ng Pheng Siong. All rights reserved. */
-/* $Id: _rc4.i,v 1.1 2003/06/22 17:30:52 ngps Exp $ */
+/* $Id$ */
%{
#include <openssl/rc4.h>
diff --git a/SWIG/_rsa.i b/SWIG/_rsa.i
index 3a76b38..7f17268 100644
--- a/SWIG/_rsa.i
+++ b/SWIG/_rsa.i
@@ -1,5 +1,5 @@
/* Copyright (c) 1999-2000 Ng Pheng Siong. All rights reserved. */
-/* $Id: _rsa.i,v 1.2 2003/09/27 16:02:53 ngps Exp $ */
+/* $Id$ */
%{
#include <openssl/bn.h>
diff --git a/SWIG/_threads.i b/SWIG/_threads.i
index 2016d71..28990e6 100644
--- a/SWIG/_threads.i
+++ b/SWIG/_threads.i
@@ -1,5 +1,5 @@
/* Copyright (c) 1999 Ng Pheng Siong. All rights reserved. */
-/* $Id: _threads.i,v 1.1 2003/06/22 17:30:52 ngps Exp $ */
+/* $Id$ */
%{
#include <pythread.h>
diff --git a/SWIG/_util.i b/SWIG/_util.i
index c1694be..3f61403 100644
--- a/SWIG/_util.i
+++ b/SWIG/_util.i
@@ -1,5 +1,5 @@
/* Copyright (c) 1999-2002 Ng Pheng Siong. All rights reserved. */
-/* $Id: _util.i,v 1.1 2003/06/22 17:30:52 ngps Exp $ */
+/* $Id$ */
%{
#include <openssl/x509v3.h>
diff --git a/tests/test_ssl.py b/tests/test_ssl.py
index 6a6f916..94158da 100644
--- a/tests/test_ssl.py
+++ b/tests/test_ssl.py
@@ -4,7 +4,7 @@
Copyright (c) 2000-2004 Ng Pheng Siong. All rights reserved."""
-RCS_id='$Id: test_ssl.py,v 1.2 2001/09/17 15:02:18 ngps Exp $'
+RCS_id='$Id$'
import os, socket, string, sys, tempfile, thread, time, unittest
from M2Crypto import Rand, SSL, m2