summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.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/evp/evp.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/evp/evp.h')
-rw-r--r--crypto/evp/evp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index d06904b7ec..7d16da8f04 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -129,6 +129,7 @@ struct evp_pkey_st
int save_type;
int references;
const EVP_PKEY_ASN1_METHOD *ameth;
+ const EVP_PKEY_METHOD *pmeth;
union {
char *ptr;
#ifndef OPENSSL_NO_RSA