diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-01-29 15:17:51 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-01-29 15:17:51 +0300 |
commit | 4d9fce6f544f0c6782a7ade4900afd3e1c6c9c52 (patch) | |
tree | 286cf4e530cec23e62e1a629857b4366ddd9862f /constants.h | |
parent | 8142cedd8b857edd99a92f328e8b692b32bfeba6 (diff) |
Better metacontacts handling\nFixed subkey length in keygen
Diffstat (limited to 'constants.h')
-rw-r--r-- | constants.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/constants.h b/constants.h index be76946..2982f31 100644 --- a/constants.h +++ b/constants.h @@ -1,5 +1,5 @@ -#ifndef CONSTANTS_H -#define CONSTANTS_H -#define szGPGModuleName "GPG" -#define PREF_METANODB 0x2000 -#endif +#ifndef CONSTANTS_H
+#define CONSTANTS_H
+#define szGPGModuleName "GPG"
+#define PREF_METANODB 0x2000
+#endif
|