diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-10-26 09:30:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-10-27 09:23:14 +0200 |
commit | fd615f3e33dcdaab55fc01cb7d42d9c4645602cc (patch) | |
tree | 4895b72c23333e826b0eec5530d589fea9e888d3 /src/include | |
parent | 8a6d9da5452ae858adca81277dff12009ddb2698 (diff) |
-fix exchange FTBFS
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_crypto_lib.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index f3f48c040..3b0c8750c 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -674,6 +674,18 @@ TALER_denom_pub_deep_copy (struct TALER_DenominationPublicKey *denom_dst, /** + * Make a (deep) copy of the given @a denom_src to + * @a denom_dst. + * + * @param[out] denom_dst target to copy to + * @param denom_str public key to copy + */ +void +TALER_denom_sig_deep_copy (struct TALER_DenominationSignature *denom_dst, + const struct TALER_DenominationSignature *denom_src); + + +/** * Compare two denomination public keys. * * @param denom1 first key |