summaryrefslogtreecommitdiffstats
path: root/crypto/ossl_typ.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-06 13:02:06 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-06 13:02:06 +0000
commit0b6f3c66cddf047933b8ff77c4f8a3e706e93aa6 (patch)
tree072aa96c432ee3962c2f5bee5e93eb0d781c859e /crypto/ossl_typ.h
parenta01d9ac5582657cd2579153b8c5987b4201f1688 (diff)
Initial definitions and a few functions for EVP_PKEY_METHOD: an extension
of the EVP routines to public key algorithms.
Diffstat (limited to 'crypto/ossl_typ.h')
-rw-r--r--crypto/ossl_typ.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/ossl_typ.h b/crypto/ossl_typ.h
index ffb624421b..085953208e 100644
--- a/crypto/ossl_typ.h
+++ b/crypto/ossl_typ.h
@@ -123,6 +123,9 @@ typedef struct evp_pkey_st EVP_PKEY;
typedef struct evp_pkey_asn1_method_st EVP_PKEY_ASN1_METHOD;
+typedef struct evp_pkey_method_st EVP_PKEY_METHOD;
+typedef struct evp_pkey_ctx_st EVP_PKEY_CTX;
+
typedef struct dh_st DH;
typedef struct dh_method DH_METHOD;