diff --git a/flaim/src/ddprep.cpp b/flaim/src/ddprep.cpp index 3332efd..bc07865 100644 --- a/flaim/src/ddprep.cpp +++ b/flaim/src/ddprep.cpp @@ -103,7 +103,7 @@ FSTATIC RCODE DDGetEncKey( // important because these values DO NOT match up exactly with the values in // the SMEncryptionScheme enum that's used at the SMI level. -char * DDEncOpts[ MAX_ENC_TYPES] = +const char * DDEncOpts[ MAX_ENC_TYPES] = { "aes", "des3",