[xmlsec] enable crypto config for repeat



commit a95aa09803aa89ece6384a5f23c37ba6fb2f5cf5
Author: Aleksey Sanin <aleksey aleksey com>
Date:   Tue Apr 27 20:52:11 2010 -0700

    enable crypto config for repeat

 apps/xmlsec.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/apps/xmlsec.c b/apps/xmlsec.c
index ecff6bc..72d68fa 100644
--- a/apps/xmlsec.c
+++ b/apps/xmlsec.c
@@ -190,7 +190,7 @@ static xmlSecAppCmdLineParam cryptoConfigParam = {
 
 
 static xmlSecAppCmdLineParam repeatParam = { 
-    xmlSecAppCmdLineTopicGeneral,
+    xmlSecAppCmdLineTopicCryptoConfig,
     "--repeat",
     "-r",
     "--repeat <number>"
@@ -198,7 +198,7 @@ static xmlSecAppCmdLineParam repeatParam = {
     xmlSecAppCmdLineParamTypeNumber,
     xmlSecAppCmdLineParamFlagNone,
     NULL
-};    
+};
 
 
 static xmlSecAppCmdLineParam disableErrorMsgsParam = { 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]