aboutsummaryrefslogtreecommitdiffstats
path: root/modules/eng_ossl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-03-10 04:19:43 +0000
committerlloyd <[email protected]>2008-03-10 04:19:43 +0000
commit758d5246ea13111b31791e797b059b2b39a512b8 (patch)
tree5d1fea6d759e234908d47ca1f8dfeeab5d13c6cc /modules/eng_ossl
parente7740ada3945fa9b1cabeb04a6f0a9862ea2507c (diff)
Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the
updated dates on files that have actually changed this year. This makes the diff across versions readable again.
Diffstat (limited to 'modules/eng_ossl')
-rw-r--r--modules/eng_ossl/bn_powm.cpp2
-rw-r--r--modules/eng_ossl/bn_wrap.cpp2
-rw-r--r--modules/eng_ossl/bn_wrap.h2
-rw-r--r--modules/eng_ossl/eng_ossl.cpp2
-rw-r--r--modules/eng_ossl/eng_ossl.h2
-rw-r--r--modules/eng_ossl/ossl_bc.cpp2
-rw-r--r--modules/eng_ossl/ossl_md.cpp2
-rw-r--r--modules/eng_ossl/ossl_rc4.cpp2
8 files changed, 8 insertions, 8 deletions
diff --git a/modules/eng_ossl/bn_powm.cpp b/modules/eng_ossl/bn_powm.cpp
index efdeb504d..8bf3b1eee 100644
--- a/modules/eng_ossl/bn_powm.cpp
+++ b/modules/eng_ossl/bn_powm.cpp
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL Modular Exponentiation Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/eng_ossl.h>
diff --git a/modules/eng_ossl/bn_wrap.cpp b/modules/eng_ossl/bn_wrap.cpp
index 77c96ec30..f8f7a2e35 100644
--- a/modules/eng_ossl/bn_wrap.cpp
+++ b/modules/eng_ossl/bn_wrap.cpp
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL BN Wrapper Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/bn_wrap.h>
diff --git a/modules/eng_ossl/bn_wrap.h b/modules/eng_ossl/bn_wrap.h
index ce6a0d7bf..60187e414 100644
--- a/modules/eng_ossl/bn_wrap.h
+++ b/modules/eng_ossl/bn_wrap.h
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL BN Wrapper Header File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#ifndef BOTAN_EXT_OPENSSL_BN_WRAP_H__
diff --git a/modules/eng_ossl/eng_ossl.cpp b/modules/eng_ossl/eng_ossl.cpp
index 7f55b82a5..eeb627bfd 100644
--- a/modules/eng_ossl/eng_ossl.cpp
+++ b/modules/eng_ossl/eng_ossl.cpp
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL Engine Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/eng_ossl.h>
diff --git a/modules/eng_ossl/eng_ossl.h b/modules/eng_ossl/eng_ossl.h
index de41e726a..455cadb73 100644
--- a/modules/eng_ossl/eng_ossl.h
+++ b/modules/eng_ossl/eng_ossl.h
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL Engine Header File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#ifndef BOTAN_EXT_ENGINE_OPENSSL_H__
diff --git a/modules/eng_ossl/ossl_bc.cpp b/modules/eng_ossl/ossl_bc.cpp
index 4da458ceb..0782a9674 100644
--- a/modules/eng_ossl/ossl_bc.cpp
+++ b/modules/eng_ossl/ossl_bc.cpp
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL Block Cipher Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/eng_ossl.h>
diff --git a/modules/eng_ossl/ossl_md.cpp b/modules/eng_ossl/ossl_md.cpp
index ab9417a7c..d10070ce7 100644
--- a/modules/eng_ossl/ossl_md.cpp
+++ b/modules/eng_ossl/ossl_md.cpp
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL Hash Functions Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/eng_ossl.h>
diff --git a/modules/eng_ossl/ossl_rc4.cpp b/modules/eng_ossl/ossl_rc4.cpp
index 61011ebb8..f63d2e8cf 100644
--- a/modules/eng_ossl/ossl_rc4.cpp
+++ b/modules/eng_ossl/ossl_rc4.cpp
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL ARC4 Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/eng_ossl.h>