[BACK]Return to proposal.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / dist / ipsec-tools / src / racoon

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/dist/ipsec-tools/src/racoon/proposal.c between version 1.2 and 1.3

version 1.2, 2005/05/10 09:23:36 version 1.3, 2005/05/20 01:28:13
Line 372  cmpsaprop_alloc(ph1, pp1, pp2, side)
Line 372  cmpsaprop_alloc(ph1, pp1, pp2, side)
                         if (pr1->spisize == sizeof(u_int16_t) &&                          if (pr1->spisize == sizeof(u_int16_t) &&
                             pr2->spisize == sizeof(u_int32_t)) {                              pr2->spisize == sizeof(u_int32_t)) {
                                 spisizematch = 1;                                  spisizematch = 1;
                         } else if (pr1->spisize == sizeof(u_int16_t) &&                          } else if (pr2->spisize == sizeof(u_int16_t) &&
                                  pr2->spisize == sizeof(u_int32_t)) {                                   pr1->spisize == sizeof(u_int32_t)) {
                                 spisizematch = 1;                                  spisizematch = 1;
                         }                          }
                         if (spisizematch) {                          if (spisizematch) {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>