Use static modifier for temporary_buffer

temporary_buffer is used only in the module calculator_test.c
It's better to use use static modifier explicitly in this case.

Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
1 file changed