summaryrefslogtreecommitdiffstats
path: root/include/crypto/asn1.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/asn1.h')
-rw-r--r--include/crypto/asn1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/crypto/asn1.h b/include/crypto/asn1.h
index b812bdd614..17d5f637ef 100644
--- a/include/crypto/asn1.h
+++ b/include/crypto/asn1.h
@@ -83,6 +83,7 @@ struct evp_pkey_asn1_method_st {
EVP_KEYMGMT *to_keymgmt, OSSL_LIB_CTX *libctx,
const char *propq);
OSSL_CALLBACK *import_from;
+ int (*copy) (EVP_PKEY *to, EVP_PKEY *from);
int (*priv_decode_ex) (EVP_PKEY *pk,
const PKCS8_PRIV_KEY_INFO *p8inf,