patch-lib_libopenswan_alg_info_c 448 B

123456789101112
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- openswan-2.6.18.orig/lib/libopenswan/alg_info.c 2008-10-06 18:52:49.000000000 +0200
  3. +++ openswan-2.6.18/lib/libopenswan/alg_info.c 2008-10-14 13:08:49.000000000 +0200
  4. @@ -749,7 +749,7 @@ alg_info_discover_pfsgroup_hack(struct a
  5. static char err_buf[256];
  6. int ret;
  7. - pfs_name=index(esp_buf, ';');
  8. + pfs_name=strchr(esp_buf, ';');
  9. if(pfs_name) {
  10. *pfs_name='\0';