export hx509_private_key_ops

export hx509_private_key_ops

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:
Matthieu Patou
2010-10-02 21:21:57 +04:00
committed by Love Hornquist Astrand
parent 21c5987018
commit d083ae19af
2 changed files with 1 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ typedef struct hx509_crypto_data *hx509_crypto;
typedef struct hx509_lock_data *hx509_lock;
typedef struct hx509_name_data *hx509_name;
typedef struct hx509_private_key *hx509_private_key;
typedef struct hx509_private_key_ops hx509_private_key_ops;
typedef struct hx509_validate_ctx_data *hx509_validate_ctx;
typedef struct hx509_verify_ctx_data *hx509_verify_ctx;
typedef struct hx509_revoke_ctx_data *hx509_revoke_ctx;

View File

@@ -82,7 +82,6 @@ typedef struct hx509_path hx509_path;
typedef void (*_hx509_cert_release_func)(struct hx509_cert_data *, void *);
typedef struct hx509_private_key_ops hx509_private_key_ops;
#include "sel.h"