lib: Make macro safe to use (operations priority)

This commit is contained in:
Dmitry Tsarevich 2020-05-07 14:17:22 +03:00
parent 471114fd5a
commit fc3395ee46
No known key found for this signature in database
GPG Key ID: E3C61298FF5B1274
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ struct DATA_BLOCK {
unsigned int len; 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) // the size of a binary signature (encrypted MD5)
// //