fix id tags

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15718 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-07-24 20:05:40 +00:00
parent dcde19f45e
commit 9a65106a30
11 changed files with 11 additions and 11 deletions

View File

@@ -32,7 +32,7 @@
*/ */
#include "hx_locl.h" #include "hx_locl.h"
RCSID("$ID$"); RCSID("$Id$");
struct hx509_verify_ctx_data { struct hx509_verify_ctx_data {

View File

@@ -32,7 +32,7 @@
*/ */
#include "hx_locl.h" #include "hx_locl.h"
RCSID("$ID$"); RCSID("$Id$");
#include <openssl/rsa.h> #include <openssl/rsa.h>
#include <openssl/dsa.h> #include <openssl/dsa.h>

View File

@@ -32,7 +32,7 @@
*/ */
#include "hx_locl.h" #include "hx_locl.h"
RCSID("$ID$"); RCSID("$Id$");
#include <sl.h> #include <sl.h>

View File

@@ -32,7 +32,7 @@
*/ */
#include "hx_locl.h" #include "hx_locl.h"
RCSID("$ID$"); RCSID("$Id$");
static struct hx509_keyset_ops **ks_ops; static struct hx509_keyset_ops **ks_ops;
static int ks_num_ops; static int ks_num_ops;

View File

@@ -32,7 +32,7 @@
*/ */
#include "hx_locl.h" #include "hx_locl.h"
RCSID("$ID$"); RCSID("$Id$");
static int static int
parse_certificate(const char *fn, int use_pem, Certificate *t) parse_certificate(const char *fn, int use_pem, Certificate *t)

View File

@@ -32,7 +32,7 @@
*/ */
#include "hx_locl.h" #include "hx_locl.h"
RCSID("$ID$"); RCSID("Id$");
struct mem_data { struct mem_data {
char *name; char *name;

View File

@@ -32,7 +32,7 @@
*/ */
#include "hx_locl.h" #include "hx_locl.h"
RCSID("$ID$"); RCSID("$Id$");
static int static int

View File

@@ -32,7 +32,7 @@
*/ */
#include "hx_locl.h" #include "hx_locl.h"
RCSID("$ID$"); RCSID("$Id$");
struct hx509_lock_data { struct hx509_lock_data {
struct _hx509_password password; struct _hx509_password password;

View File

@@ -32,7 +32,7 @@
*/ */
#include "hx_locl.h" #include "hx_locl.h"
RCSID("$ID$"); RCSID("$Id$");
/* /*
* name parsing from rfc2253 * name parsing from rfc2253

View File

@@ -32,7 +32,7 @@
*/ */
#include "hx_locl.h" #include "hx_locl.h"
RCSID("$ID$"); RCSID("$Id$");
/* http://developer.netscape.com/support/faqs/pkcs_11.html */ /* http://developer.netscape.com/support/faqs/pkcs_11.html */

View File

@@ -32,7 +32,7 @@
*/ */
#include "hx_locl.h" #include "hx_locl.h"
RCSID("$ID$"); RCSID("$Id$");
struct hx509_validate_ctx_data { struct hx509_validate_ctx_data {