Fix build failure on Windows due to undefined cflags identifier
[oweals/openssl.git] / engines / e_padlock.c
index c71eeb5a66b0eb097eb2cf63930b668151514e38..42a11b528444d5a378ec087d466ebbeb8ea336f9 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*-
  * Support for VIA PadLock Advanced Cryptography Engine (ACE)
  * Written by Michal Ludvig <michal@logix.cz>
  *            http://www.logix.cz/michal
@@ -333,7 +333,7 @@ padlock_available(void)
 #endif
 
 /* List of supported ciphers. */
-static int padlock_cipher_nids[] = {
+static const int padlock_cipher_nids[] = {
        NID_aes_128_ecb,
        NID_aes_128_cbc,
        NID_aes_128_cfb,