summaryrefslogtreecommitdiffabout
path: root/lib/data.cc
Side-by-side diff
Diffstat (limited to 'lib/data.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--lib/data.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/data.cc b/lib/data.cc
index c040430..f71788f 100644
--- a/lib/data.cc
+++ b/lib/data.cc
@@ -7,5 +7,8 @@ namespace opkele {
const char *_default_p = "155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443";
const char *_default_g = "2";
+ const char *_iname_leaders = "=@+$!(";
+ const char *_whitespace_chars = " \t\r\n";
+
}
}