summaryrefslogtreecommitdiffstats
path: root/ncr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncr.h')
-rw-r--r--ncr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ncr.h b/ncr.h
index af4c279b630..c3850e4e355 100644
--- a/ncr.h
+++ b/ncr.h
@@ -212,10 +212,6 @@ struct ncr_key_data_st {
struct ncr_key_wrap_st {
ncr_wrap_algorithm_t algorithm;
- /* when unwrapping the algorithm of the wrapped key.
- * For symmetric ciphers AES would do.
- */
- ncr_algorithm_t wrapped_key_algorithm;
unsigned int wrapped_key_flags; /* flags for the newly unwrapped key */
ncr_key_t keytowrap;