Make sure not to read beyond end of buffer
[oweals/openssl.git] / crypto / rsa / rsa_pss.c
index 3280c9d40c0c63b767fbb31bb457848ced23c664..e19d18c5b9376543c14c1b814f192966d7a55bd0 100644 (file)
@@ -64,7 +64,7 @@
 #include <openssl/rand.h>
 #include <openssl/sha.h>
 
-const static unsigned char zeroes[] = {0,0,0,0,0,0,0,0};
+static const unsigned char zeroes[] = {0,0,0,0,0,0,0,0};
 
 #if defined(_MSC_VER) && defined(_ARM_)
 #pragma optimize("g", off)