From 892e2260fbc739265240657065109eefd185ad46 Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Thu, 16 Mar 2006 22:30:47 +0000 Subject: [PATCH] Changes for HP/UX. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@182 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- flaim/src/ddprep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",