diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-12-12 22:40:40 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-12-12 22:40:40 +0100 | 
| commit | b81a5fb3aacb14b95be66771ebad2b3f047cbf2b (patch) | |
| tree | a6cd248372fb6a754d512b30d9299b72448b912e /src/util/taler-helper-crypto-rsa.h | |
| parent | 09abf5e7e08c749c0a8904ba651e0357404e8aa9 (diff) | |
add sync and timeout functionality to helpers
Diffstat (limited to 'src/util/taler-helper-crypto-rsa.h')
| -rw-r--r-- | src/util/taler-helper-crypto-rsa.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/util/taler-helper-crypto-rsa.h b/src/util/taler-helper-crypto-rsa.h index d7617e55..00087a73 100644 --- a/src/util/taler-helper-crypto-rsa.h +++ b/src/util/taler-helper-crypto-rsa.h @@ -31,6 +31,8 @@  #define TALER_HELPER_RSA_MT_RES_SIGNATURE 7  #define TALER_HELPER_RSA_MT_RES_SIGN_FAILURE 8 +#define TALER_HELPER_RSA_SYNCED 9 +  GNUNET_NETWORK_STRUCT_BEGIN  /** | 
