diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-01-27 14:43:25 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-01-27 14:43:25 +0100 |
commit | 32fac55f7ea4d29a459310851cfc955204d3f79f (patch) | |
tree | 6a9ef067469d7ebecebb492ef714a49294e5adf2 /src/exchange/taler-exchange-httpd.h | |
parent | 42bd2dadcfad336623c0650c28580e8206bf95b9 (diff) |
update GET attest logic now that it is clear that we must store KYC attributes locally:
Diffstat (limited to 'src/exchange/taler-exchange-httpd.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd.h b/src/exchange/taler-exchange-httpd.h index 7715444a..0c2bd9e8 100644 --- a/src/exchange/taler-exchange-httpd.h +++ b/src/exchange/taler-exchange-httpd.h @@ -83,6 +83,11 @@ extern bool TEH_suicide; extern struct TALER_MasterPublicKeyP TEH_master_public_key; /** + * Key used to encrypt KYC attribute data in our database. + */ +extern struct TALER_AttributeEncryptionKeyP TEH_attribute_key; + +/** * Our DB plugin. */ extern struct TALER_EXCHANGEDB_Plugin *TEH_plugin; |