mirror of https://github.com/BOINC/boinc.git
lib: Make macro safe to use (operations priority)
This commit is contained in:
parent
471114fd5a
commit
fc3395ee46
|
@ -72,7 +72,7 @@ struct DATA_BLOCK {
|
|||
unsigned int len;
|
||||
};
|
||||
|
||||
#define MIN_OUT_BUFFER_SIZE MAX_RSA_MODULUS_LEN+1
|
||||
#define MIN_OUT_BUFFER_SIZE (MAX_RSA_MODULUS_LEN+1)
|
||||
|
||||
// the size of a binary signature (encrypted MD5)
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue