summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/ncr-dh.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/userspace/ncr-dh.h')
-rw-r--r--crypto/userspace/ncr-dh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/userspace/ncr-dh.h b/crypto/userspace/ncr-dh.h
index cc45d3206cc..183f7909154 100644
--- a/crypto/userspace/ncr-dh.h
+++ b/crypto/userspace/ncr-dh.h
@@ -22,4 +22,6 @@ int dh_import(const uint8_t *in, size_t inlen, dh_key *key);
int dh_derive_gxy(struct key_item_st* newkey, dh_key * key,
void* pk, size_t pk_size);
+int ncr_pk_get_dh_size( dh_key* key);
+
#endif