[hipl-commit] [trunk] Rev 4394: whitespace cosmetics: vertical alignment

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 21 Apr 2010 19:38:39 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 21/04/2010 at 19:38:39
Revision: 4394
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  whitespace cosmetics: vertical alignment

Modified:
  M  lib/core/crypto.h

=== modified file 'lib/core/crypto.h'
--- lib/core/crypto.h   2010-03-19 09:00:54 +0000
+++ lib/core/crypto.h   2010-04-21 16:38:28 +0000
@@ -46,24 +46,24 @@
 #define HIP_DH_OAKLEY_15              4 /* 3072-bit MODP group */
 #define HIP_DH_OAKLEY_17              5 /* 6144-bit MODP group */
 #define HIP_DH_OAKLEY_18              6 /* 8192-bit MODP group */
-#define HIP_FIRST_DH_GROUP_ID       HIP_DH_OAKLEY_5
-#define HIP_SECOND_DH_GROUP_ID      HIP_DH_384
-#define HIP_MAX_DH_GROUP_ID 7
+#define HIP_FIRST_DH_GROUP_ID         HIP_DH_OAKLEY_5
+#define HIP_SECOND_DH_GROUP_ID        HIP_DH_384
+#define HIP_MAX_DH_GROUP_ID           7
 
-#define HIP_MAX_DSA_KEY_LEN 1024
+#define HIP_MAX_DSA_KEY_LEN        1024
 /* Moved to protodefs.h
  * #define HIP_MAX_RSA_KEY_LEN 4096 */
-#define DSA_KEY_DEFAULT_BITS    1024
-#define RSA_KEY_DEFAULT_BITS    1024
-
-#define DEFAULT_CONFIG_DIR        HIPL_SYSCONFDIR
-
-#define DEFAULT_CONFIG_DIR_MODE   0755
+#define DSA_KEY_DEFAULT_BITS       1024
+#define RSA_KEY_DEFAULT_BITS       1024
+
+#define DEFAULT_CONFIG_DIR         HIPL_SYSCONFDIR
+
+#define DEFAULT_CONFIG_DIR_MODE        0755
 #define DEFAULT_HOST_DSA_KEY_FILE_BASE "hip_host_dsa_key"
 #define DEFAULT_HOST_RSA_KEY_FILE_BASE "hip_host_rsa_key"
-#define DEFAULT_PUB_FILE_SUFFIX ".pub"
+#define DEFAULT_PUB_FILE_SUFFIX        ".pub"
 
-#define DEFAULT_PUB_HI_FILE_NAME_SUFFIX "_pub"
+#define DEFAULT_PUB_HI_FILE_NAME_SUFFIX  "_pub"
 #define DEFAULT_ANON_HI_FILE_NAME_SUFFIX "_anon"
 
 #ifdef OPENSSL_NO_SHA0

Other related posts:

  • » [hipl-commit] [trunk] Rev 4394: whitespace cosmetics: vertical alignment - Diego Biurrun