From ff5dab4f4a6d77464728dc9d04d6d41bde9f6dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 22 Feb 2009 23:28:18 +0000 Subject: [PATCH] remove rcsid git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24795 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ca.c | 1 - lib/hx509/cert.c | 1 - lib/hx509/cms.c | 1 - lib/hx509/collector.c | 1 - lib/hx509/crypto.c | 1 - lib/hx509/env.c | 1 - lib/hx509/error.c | 1 - lib/hx509/file.c | 1 - lib/hx509/hxtool.c | 1 - lib/hx509/keyset.c | 1 - lib/hx509/ks_dir.c | 1 - lib/hx509/ks_file.c | 1 - lib/hx509/ks_keychain.c | 1 - lib/hx509/ks_mem.c | 1 - lib/hx509/ks_null.c | 1 - lib/hx509/ks_p11.c | 1 - lib/hx509/ks_p12.c | 1 - lib/hx509/lock.c | 1 - lib/hx509/name.c | 1 - lib/hx509/peer.c | 1 - lib/hx509/print.c | 1 - lib/hx509/req.c | 1 - lib/hx509/revoke.c | 1 - lib/hx509/sel-gram.y | 1 - lib/hx509/test_name.c | 1 - 25 files changed, 25 deletions(-) diff --git a/lib/hx509/ca.c b/lib/hx509/ca.c index cbd58ebd0..eca5cb4fc 100644 --- a/lib/hx509/ca.c +++ b/lib/hx509/ca.c @@ -33,7 +33,6 @@ #include "hx_locl.h" #include -RCSID("$Id$"); /** * @page page_ca Hx509 CA functions diff --git a/lib/hx509/cert.c b/lib/hx509/cert.c index 4edd1dcd8..ee144e2fb 100644 --- a/lib/hx509/cert.c +++ b/lib/hx509/cert.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); #include "crypto-headers.h" #include diff --git a/lib/hx509/cms.c b/lib/hx509/cms.c index ec8e77eb4..bd5a1c10e 100644 --- a/lib/hx509/cms.c +++ b/lib/hx509/cms.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); /** * @page page_cms CMS/PKCS7 message functions. diff --git a/lib/hx509/collector.c b/lib/hx509/collector.c index b59052bb4..ab5795e64 100644 --- a/lib/hx509/collector.c +++ b/lib/hx509/collector.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); struct private_key { AlgorithmIdentifier alg; diff --git a/lib/hx509/crypto.c b/lib/hx509/crypto.c index 712dbcde8..8de4875ac 100644 --- a/lib/hx509/crypto.c +++ b/lib/hx509/crypto.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); struct hx509_crypto; diff --git a/lib/hx509/env.c b/lib/hx509/env.c index 0b0a68cea..7598aebaa 100644 --- a/lib/hx509/env.c +++ b/lib/hx509/env.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); /** * @page page_env Hx509 enviroment functions diff --git a/lib/hx509/error.c b/lib/hx509/error.c index 6f2540414..45813efb3 100644 --- a/lib/hx509/error.c +++ b/lib/hx509/error.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); /** * @page page_error Hx509 error reporting functions diff --git a/lib/hx509/file.c b/lib/hx509/file.c index a364dd217..ba7a23f47 100644 --- a/lib/hx509/file.c +++ b/lib/hx509/file.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$ID$"); int _hx509_map_file_os(const char *fn, heim_octet_string *os) diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index 450725b4a..b93065579 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); #include #include diff --git a/lib/hx509/keyset.c b/lib/hx509/keyset.c index e48cfa511..c4f035ab8 100644 --- a/lib/hx509/keyset.c +++ b/lib/hx509/keyset.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); /** * @page page_keyset Certificate store operations diff --git a/lib/hx509/ks_dir.c b/lib/hx509/ks_dir.c index 76c0c4263..ef07b03ce 100644 --- a/lib/hx509/ks_dir.c +++ b/lib/hx509/ks_dir.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); #include /* diff --git a/lib/hx509/ks_file.c b/lib/hx509/ks_file.c index d739305ec..0f5ded701 100644 --- a/lib/hx509/ks_file.c +++ b/lib/hx509/ks_file.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); typedef enum { USE_PEM, USE_DER } outformat; diff --git a/lib/hx509/ks_keychain.c b/lib/hx509/ks_keychain.c index 9dba9c744..d84314100 100644 --- a/lib/hx509/ks_keychain.c +++ b/lib/hx509/ks_keychain.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); #ifdef HAVE_FRAMEWORK_SECURITY diff --git a/lib/hx509/ks_mem.c b/lib/hx509/ks_mem.c index bf952fbee..299a3932c 100644 --- a/lib/hx509/ks_mem.c +++ b/lib/hx509/ks_mem.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("Id$"); /* * Should use two hash/tree certificates intead of a array. Criteria diff --git a/lib/hx509/ks_null.c b/lib/hx509/ks_null.c index fae631fb3..136d2d434 100644 --- a/lib/hx509/ks_null.c +++ b/lib/hx509/ks_null.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); static int diff --git a/lib/hx509/ks_p11.c b/lib/hx509/ks_p11.c index 652cdc221..ed84e43a3 100644 --- a/lib/hx509/ks_p11.c +++ b/lib/hx509/ks_p11.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); #ifdef HAVE_DLFCN_H #include #endif diff --git a/lib/hx509/ks_p12.c b/lib/hx509/ks_p12.c index b59bd215f..dc4ba28e2 100644 --- a/lib/hx509/ks_p12.c +++ b/lib/hx509/ks_p12.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); struct ks_pkcs12 { hx509_certs certs; diff --git a/lib/hx509/lock.c b/lib/hx509/lock.c index e2ceedecb..219a30192 100644 --- a/lib/hx509/lock.c +++ b/lib/hx509/lock.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); /** * @page page_lock Locking and unlocking certificates and encrypted data. diff --git a/lib/hx509/name.c b/lib/hx509/name.c index b13612a7f..053a71d51 100644 --- a/lib/hx509/name.c +++ b/lib/hx509/name.c @@ -33,7 +33,6 @@ #include "hx_locl.h" #include -RCSID("$Id$"); /** * @page page_name PKIX/X.509 Names diff --git a/lib/hx509/peer.c b/lib/hx509/peer.c index f5841e497..435564d82 100644 --- a/lib/hx509/peer.c +++ b/lib/hx509/peer.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); /** * @page page_peer Hx509 crypto selecting functions diff --git a/lib/hx509/print.c b/lib/hx509/print.c index 38d103905..577d34f86 100644 --- a/lib/hx509/print.c +++ b/lib/hx509/print.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); /** * @page page_print Hx509 printing functions diff --git a/lib/hx509/req.c b/lib/hx509/req.c index 983677714..0d174e0ce 100644 --- a/lib/hx509/req.c +++ b/lib/hx509/req.c @@ -33,7 +33,6 @@ #include "hx_locl.h" #include -RCSID("$Id$"); struct hx509_request_data { hx509_name name; diff --git a/lib/hx509/revoke.c b/lib/hx509/revoke.c index 3f35b0d19..c67381ff2 100644 --- a/lib/hx509/revoke.c +++ b/lib/hx509/revoke.c @@ -50,7 +50,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); struct revoke_crl { char *path; diff --git a/lib/hx509/sel-gram.y b/lib/hx509/sel-gram.y index e52947972..7f7c9980e 100644 --- a/lib/hx509/sel-gram.y +++ b/lib/hx509/sel-gram.y @@ -39,7 +39,6 @@ #include #include -RCSID("$Id$"); %} diff --git a/lib/hx509/test_name.c b/lib/hx509/test_name.c index da83e5278..2cdcdf85f 100644 --- a/lib/hx509/test_name.c +++ b/lib/hx509/test_name.c @@ -32,7 +32,6 @@ */ #include "hx_locl.h" -RCSID("$Id$"); static int test_name(hx509_context context, const char *name)