From 95012b599b45aaea7187607770637271ca87e15a Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 31 Jan 2011 21:56:58 +0100 Subject: Remove RCS information --- sal/rtl/source/cipher.c | 2 +- sal/rtl/source/crc.c | 2 +- sal/rtl/source/digest.c | 2 +- sal/rtl/source/random.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sal/rtl') diff --git a/sal/rtl/source/cipher.c b/sal/rtl/source/cipher.c index 397fca90923c..e6ede4274af6 100644 --- a/sal/rtl/source/cipher.c +++ b/sal/rtl/source/cipher.c @@ -26,7 +26,7 @@ * ************************************************************************/ -#define _RTL_CIPHER_C_ "$Revision: 1.5 $" +#define _RTL_CIPHER_C_ #include #include diff --git a/sal/rtl/source/crc.c b/sal/rtl/source/crc.c index 39e2c5b08ef4..fa372aaf4339 100644 --- a/sal/rtl/source/crc.c +++ b/sal/rtl/source/crc.c @@ -26,7 +26,7 @@ * ************************************************************************/ -#define _RTL_CRC_C_ "$Revision: 1.3 $" +#define _RTL_CRC_C_ #include #include diff --git a/sal/rtl/source/digest.c b/sal/rtl/source/digest.c index 99ee52cadcef..92736cf4dd95 100644 --- a/sal/rtl/source/digest.c +++ b/sal/rtl/source/digest.c @@ -26,7 +26,7 @@ * ************************************************************************/ -#define _RTL_DIGEST_C_ "$Revision: 1.9 $" +#define _RTL_DIGEST_C_ #include #include diff --git a/sal/rtl/source/random.c b/sal/rtl/source/random.c index ba9eae7c97f6..101c7dffdbec 100644 --- a/sal/rtl/source/random.c +++ b/sal/rtl/source/random.c @@ -26,7 +26,7 @@ * ************************************************************************/ -#define _RTL_RANDOM_C_ "$Revision: 1.6 $" +#define _RTL_RANDOM_C_ #include #include -- cgit