------------------------------------------------------------
revno: 4922
committer: Rene Hummen <[email protected]>
branch nick: ipsec_esp
timestamp: Mon 2010-09-06 19:17:16 +0200
message:
  fixed miss-alignment introduced in 4915
modified:
  hipd/input.h


--
lp:~rene-hummen/hipl/ipsec_esp
https://code.launchpad.net/~rene-hummen/hipl/ipsec_esp

Your team HIPL core team is subscribed to branch lp:~rene-hummen/hipl/ipsec_esp.
To unsubscribe from this branch go to 
https://code.launchpad.net/~rene-hummen/hipl/ipsec_esp/+edit-subscription
=== modified file 'hipd/input.h'
--- hipd/input.h	2010-08-25 12:53:17 +0000
+++ hipd/input.h	2010-09-06 17:17:16 +0000
@@ -99,8 +99,8 @@
                   struct hip_packet_context *ctx);
 
 int hip_setup_ipsec_sa_i2(const uint8_t packet_type,
-                                const uint32_t ha_state,
-                                struct hip_packet_context *ctx);
+                          const uint32_t ha_state,
+                          struct hip_packet_context *ctx);
 
 int hip_check_notify(const uint8_t packet_type,
                      const uint32_t ha_state,
@@ -127,7 +127,7 @@
                   struct hip_packet_context *ctx);
 
 int hip_setup_ipsec_sa_r2(const uint8_t packet_type,
-                  const uint32_t ha_state,
-                  struct hip_packet_context *ctx);
+                          const uint32_t ha_state,
+                          struct hip_packet_context *ctx);
 
 #endif /* HIP_HIPD_INPUT_H */

_______________________________________________
Mailing list: https://launchpad.net/~hipl-core
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~hipl-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to